First Commit with complete Setup coded by Claude 4.7 Opus

This commit is contained in:
Tronax 2026-05-13 19:05:40 +02:00
commit bf1d37de77
19 changed files with 4544 additions and 0 deletions

14
backend/requirements.txt Normal file
View file

@ -0,0 +1,14 @@
fastapi==0.115.5
uvicorn[standard]==0.32.1
sqlalchemy==2.0.36
psycopg2-binary==2.9.10
alembic==1.14.0
httpx==0.28.1
python-jose[cryptography]==3.3.0
python-multipart==0.0.20
apscheduler==3.10.4
vobject==0.9.6.1
requests==2.32.3
python-dotenv==1.0.1
pydantic==2.10.3
pydantic-settings==2.6.1