mycopunk-swag-store/backend/requirements.txt

33 lines
417 B
Plaintext

# Core
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
# Database
sqlalchemy>=2.0.0
alembic>=1.13.0
asyncpg>=0.29.0
psycopg2-binary>=2.9.0
# Validation
pydantic>=2.5.0
pydantic-settings>=2.1.0
# Auth
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
# HTTP Client
httpx>=0.26.0
# Stripe
stripe>=7.0.0
# Config & Utils
pyyaml>=6.0.0
pillow>=10.0.0
python-multipart>=0.0.6
aiofiles>=23.0.0
# Cache
redis>=5.0.0