mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-01-25 16:41:58 +00:00
26 lines
445 B
Plaintext
26 lines
445 B
Plaintext
# Core dependencies
|
|
python-dotenv==1.0.1
|
|
sqlalchemy>=2.0.35
|
|
alembic>=1.13.1
|
|
pydantic-settings==2.2.1
|
|
|
|
# TUI framework
|
|
textual
|
|
|
|
# Data processing
|
|
gpxpy # GPX parsing library
|
|
|
|
# Database
|
|
aiosqlite==0.20.0 # Async SQLite driver
|
|
|
|
# External integrations
|
|
garth==0.4.46 # Garmin Connect API client
|
|
httpx==0.25.2 # Async HTTP client for OpenRouter API
|
|
|
|
# Testing
|
|
pytest==8.1.1
|
|
pytest-asyncio==0.23.5
|
|
|
|
# Development tools
|
|
black==24.3.0
|
|
isort==5.13.2 |