Files
openrun/pyproject.toml

14 lines
267 B
TOML
Raw Normal View History

2026-05-18 12:53:24 -04:00
[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",
]