This commit is contained in:
2026-02-21 16:55:10 +01:00
commit 1b8bf79d46
49 changed files with 4347 additions and 0 deletions

8
backend/requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
fastapi==0.115.0
uvicorn[standard]==0.30.0
sqlmodel==0.0.22
aiohttp==3.10.0
pydantic-settings==2.5.0
pytest==8.3.0
pytest-asyncio==0.24.0
httpx==0.27.0