This commit is contained in:
2026-06-12 05:48:30 -04:00
parent 9d91ac8ebc
commit 64a5ab4b7f
37 changed files with 4530 additions and 407 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"jinja2>=3.1.6",
"matplotlib>=3.10.9",
"pandas>=3.0.3",
"streamlit>=1.40",
]
[project.scripts]
@@ -21,6 +22,8 @@ openrun-sync = "openrun.ingest.garmin_api:main"
openrun-ingest = "openrun.ingest.garmin_export:main"
openrun-link-fit = "openrun.ingest.fit_linker:main"
openrun-time-in-zone = "openrun.ingest.time_in_zone:main"
openrun-import-manual = "openrun.ingest.manual:main"
openrun-web = "openrun.web.launcher:main"
[dependency-groups]
dev = [