First Commit with complete Setup coded by Claude 4.7 Opus
This commit is contained in:
commit
bf1d37de77
19 changed files with 4544 additions and 0 deletions
14
backend/requirements.txt
Normal file
14
backend/requirements.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue