27 lines
483 B
Plaintext
27 lines
483 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
sqlalchemy==2.0.23
|
|
alembic==1.13.1
|
|
asyncpg==0.29.0
|
|
psycopg2-binary==2.9.9
|
|
python-dotenv==1.0.0
|
|
httpx==0.25.2
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
structlog==24.1.0
|
|
redis==5.0.1
|
|
ortools==9.8.3296 # Google OR-Tools for VRP optimization
|
|
|
|
# Message queuing
|
|
aio-pika==9.4.3
|
|
|
|
# Authentication
|
|
python-jose[cryptography]==3.3.0
|
|
cryptography==44.0.0
|
|
|
|
# Utilities
|
|
python-dateutil==2.9.0.post0
|
|
pytz==2024.2
|
|
|
|
# Monitoring
|
|
prometheus-client==0.23.1 |