This commit is contained in:
Joan
2025-11-27 16:27:01 +01:00
parent 33cc9586c2
commit 81f8912059
304 changed files with 56149 additions and 10122 deletions

View File

@@ -3,10 +3,15 @@ fastapi==0.104.1
uvicorn[standard]==0.24.0
gunicorn==21.2.0
python-multipart==0.0.6
websockets==12.0
# Database
sqlalchemy==2.0.23
psycopg[binary]==3.1.13
asyncpg==0.29.0 # For migration scripts
# Redis
redis[hiredis]==5.0.1
# Authentication
pyjwt==2.8.0