Files
mockupAWS/pyproject.toml
Luca Sacchi Ricciardi 1344ac1917 fix: add missing Python dependencies for Docker
Added missing packages required by backend code:
- redis>=5.0.0 (caching layer)
- celery>=5.4.0 (async tasks)
- prometheus-client>=0.20.0 (metrics)
- opentelemetry-* (distributed tracing)
- jaeger-client>=4.8.0 (tracing)
- python-json-logger>=2.0.7 (structured logging)

Also fixed IMMUTABLE function errors in migrations (already committed).

All dependencies now installed in Docker images.
2026-04-07 23:10:01 +02:00

941 B