First commit

This commit is contained in:
James Pattinson
2025-11-10 13:57:46 +00:00
parent cffb5e8b8e
commit 3751ee0076
31 changed files with 2356 additions and 0 deletions

29
backend/requirements.txt Normal file
View 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