first commit

This commit is contained in:
Mateusz Gruszczyński
2026-03-04 15:21:03 +01:00
commit 5429f176c9
53 changed files with 3808 additions and 0 deletions

12
backend/requirements.txt Normal file
View File

@@ -0,0 +1,12 @@
fastapi==0.115.6
uvicorn[standard]==0.32.1
httpx==0.27.2
SQLAlchemy==2.0.36
aiosqlite==0.20.0
pydantic==2.9.2
pydantic-settings==2.6.1
python-dotenv==1.0.1
passlib[argon2]==1.7.4
cryptography==43.0.3
itsdangerous==2.2.0
python-multipart==0.0.12