[project] name = "backend" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "aiohttp>=3.13.2", "fastapi>=0.128.0", "garminconnect>=0.2.36", "garth>=0.5.20", "pandas>=2.3.3", "pydantic>=2.0.0", "python-dotenv>=1.2.1", "uvicorn>=0.40.0", ] [dependency-groups] dev = [ "httpx>=0.28.1", "pytest>=9.0.2", "pytest-cov>=7.0.0", ]