Files
AICyclingCoach/backend/requirements.txt

13 lines
385 B
Plaintext

fastapi==0.110.0
uvicorn[standard]==0.29.0
python-dotenv==1.0.1
sqlalchemy==2.0.29
psycopg2-binary==2.9.9
alembic==1.13.1
pydantic-settings==2.2.1
python-multipart==0.0.9
gpxpy # Add GPX parsing library
garth==0.4.46 # Garmin Connect API client
httpx==0.25.2 # Async HTTP client for OpenRouter API
asyncpg==0.29.0 # Async PostgreSQL driver
pytest-asyncio==0.23.6 # For async tests