31 lines
515 B
Plaintext
31 lines
515 B
Plaintext
# FastAPI and web server
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
pydantic==2.10.3
|
|
pydantic-settings==2.6.1
|
|
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
|
|
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
|
|
python-dateutil==2.8.2
|