This commit is contained in:
xds
2026-03-16 12:12:56 +03:00
commit 9d886076d6
63 changed files with 4482 additions and 0 deletions

34
backend/requirements.txt Normal file
View File

@@ -0,0 +1,34 @@
# Web framework
fastapi==0.115.12
uvicorn[standard]==0.34.2
python-multipart==0.0.20
# Database
sqlalchemy[asyncio]==2.0.41
asyncpg==0.30.0
alembic==1.15.2
# FIT parsing
fitdecode==0.10.0
# Analytics
numpy==2.2.4
pandas==2.2.3
# AI
anthropic==0.52.0
google-genai==1.67.0
# Config
pydantic-settings==2.9.1
# Telegram bot
aiogram==3.20.0
# Auth
PyJWT==2.10.1
# Testing
pytest==8.3.5
pytest-asyncio==0.25.3
httpx==0.28.1