Files
bakery-ia/services/forecasting/requirements.txt

37 lines
598 B
Plaintext
Raw Normal View History

2025-07-21 19:48:56 +02:00
# Core FastAPI dependencies
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
pydantic-settings==2.1.0
2025-07-21 19:48:56 +02:00
# Database
sqlalchemy[asyncio]==2.0.23
asyncpg==0.29.0
alembic==1.13.1
# Authentication & Security
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.6
# HTTP Client
httpx==0.25.2
2025-07-21 19:48:56 +02:00
# Machine Learning
prophet==1.1.4
scikit-learn==1.3.2
pandas==2.1.4
numpy==1.25.2
2025-07-29 21:08:33 +02:00
joblib==1.3.2
2025-07-21 19:48:56 +02:00
# Messaging
aio-pika==9.3.1
# Monitoring & Logging
2025-07-18 14:41:39 +02:00
structlog==23.2.0
2025-07-21 19:48:56 +02:00
prometheus-client==0.19.0
# Development dependencies
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0