feat: add backend FastAPI structure and Supabase schema
This commit is contained in:
15
server/requirements.txt
Normal file
15
server/requirements.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
websockets==12.0
|
||||
apscheduler==3.10.4
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-dotenv==1.0.0
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.1.0
|
||||
httpx==0.25.0
|
||||
pyjwt==2.8.0
|
||||
bcrypt==4.1.2
|
||||
email-validator==2.1.0
|
||||
redis==5.0.1
|
||||
hiredis==2.3.2
|
||||
Reference in New Issue
Block a user