What a mess

This commit is contained in:
Joan
2025-11-07 15:27:13 +01:00
parent 0b79b3ae59
commit 33cc9586c2
130 changed files with 29819 additions and 1175 deletions

19
api/requirements.txt Normal file
View File

@@ -0,0 +1,19 @@
# FastAPI and server
fastapi==0.104.1
uvicorn[standard]==0.24.0
gunicorn==21.2.0
python-multipart==0.0.6
# Database
sqlalchemy==2.0.23
psycopg[binary]==3.1.13
# Authentication
pyjwt==2.8.0
bcrypt==4.1.1
# Utilities
aiofiles==23.2.1
# Testing
httpx==0.25.2