First commit
This commit is contained in:
29
backend/requirements.txt
Normal file
29
backend/requirements.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
# FastAPI and web server
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.1.0
|
||||
python-multipart==0.0.6
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.23
|
||||
pymysql==1.1.0
|
||||
cryptography==41.0.7
|
||||
alembic==1.13.0
|
||||
|
||||
# Authentication and Security
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-dotenv==1.0.0
|
||||
bcrypt==4.1.1
|
||||
|
||||
# Payment Integration (to be added later)
|
||||
# squareup==43.2.0.20251016
|
||||
|
||||
# Email Service
|
||||
httpx==0.25.2
|
||||
|
||||
# Other utilities
|
||||
email-validator==2.1.0
|
||||
aiofiles==23.2.1
|
||||
Jinja2==3.1.2
|
||||
Reference in New Issue
Block a user