Files
bakery-ia/services/inventory/requirements.txt
2025-10-17 23:09:40 +02:00

50 lines
835 B
Plaintext

# services/inventory/requirements.txt
# FastAPI and web framework
fastapi==0.119.0
uvicorn[standard]==0.32.1
# Database
sqlalchemy==2.0.44
psycopg2-binary==2.9.10
asyncpg==0.30.0
aiosqlite==0.20.0
alembic==1.17.0
# Data processing
pandas==2.2.3
numpy==2.2.2
# HTTP clients
httpx==0.28.1
aiofiles==24.1.0
# Validation and serialization
pydantic==2.12.3
pydantic-settings==2.7.1
email-validator==2.2.0
# Authentication and security
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
cryptography==44.0.0
# Logging and monitoring
structlog==25.4.0
prometheus-client==0.23.1
# Message queues and Redis
aio-pika==9.4.3
redis==6.4.0
# Scheduling
APScheduler==3.10.4
# Additional for inventory management
python-barcode==0.15.1
qrcode[pil]==7.4.2
# Development
python-multipart==0.0.6
python-dateutil==2.9.0.post0
pytz==2024.2