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

61 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-07-21 19:48:56 +02:00
# Core FastAPI dependencies
fastapi==0.119.0
uvicorn[standard]==0.32.1
pydantic==2.12.3
pydantic-settings==2.7.1
2025-07-21 19:48:56 +02:00
# Database
sqlalchemy[asyncio]==2.0.44
asyncpg==0.30.0
alembic==1.17.0
psycopg2-binary==2.9.10
2025-07-21 19:48:56 +02:00
# Authentication & Security
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.6
cryptography==44.0.0
2025-07-21 19:48:56 +02:00
# HTTP Client
httpx==0.28.1
aiohttp==3.11.10
2025-07-21 19:48:56 +02:00
2025-08-08 09:08:41 +02:00
# Date parsing
python-dateutil==2.9.0.post0
pytz==2024.2
2025-11-05 13:34:56 +01:00
holidays==0.63
2025-08-08 09:08:41 +02:00
2025-07-21 19:48:56 +02:00
# Machine Learning
prophet==1.1.6
scikit-learn==1.6.1
pandas==2.2.3
numpy==2.2.2
joblib==1.4.2
2025-07-21 19:48:56 +02:00
# Messaging
aio-pika==9.4.3
2025-07-21 19:48:56 +02:00
2025-08-23 19:57:24 +02:00
# Scheduling
APScheduler==3.10.4
2025-07-21 19:48:56 +02:00
# Monitoring & Logging
structlog==25.4.0
psutil==5.9.8
opentelemetry-api==1.39.1
opentelemetry-sdk==1.39.1
opentelemetry-instrumentation-fastapi==0.60b1
opentelemetry-exporter-otlp-proto-grpc==1.39.1
opentelemetry-exporter-otlp-proto-http==1.39.1
opentelemetry-instrumentation-httpx==0.60b1
opentelemetry-instrumentation-redis==0.60b1
opentelemetry-instrumentation-sqlalchemy==0.60b1
2025-07-21 19:48:56 +02:00
# Redis
redis==6.4.0
2025-08-23 19:57:24 +02:00
# Development dependencies
pytest==8.3.4
pytest-asyncio==0.25.2
pytest-cov==6.0.0
email-validator==2.2.0