14 lines
267 B
TOML
14 lines
267 B
TOML
[project]
|
|
name = "garmin"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fitparse>=1.2.0",
|
|
"garth>=0.8.0",
|
|
"ipykernel>=7.2.0",
|
|
"jinja2>=3.1.6",
|
|
"matplotlib>=3.10.9",
|
|
"pandas>=3.0.3",
|
|
]
|