33 lines
439 B
Plaintext
33 lines
439 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
|
|
|
|
# Payments (Mollie)
|
|
mollie-api-python>=3.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
|