mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-01-25 16:41:58 +00:00
12 lines
343 B
Plaintext
12 lines
343 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 |