This commit is contained in:
Robin
2025-10-04 20:08:48 +02:00
commit f05dda95c3
17 changed files with 330 additions and 0 deletions

7
server/requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
fastapi
uvicorn[standard]
SQLAlchemy
aiosqlite
passlib[bcrypt]
python-jose[cryptography]
python-multipart