fix: add flower package for Celery monitoring
Some checks failed
CI/CD - Build & Test / Backend Tests (push) Has been cancelled
CI/CD - Build & Test / Frontend Tests (push) Has been cancelled
CI/CD - Build & Test / Security Scans (push) Has been cancelled
CI/CD - Build & Test / Docker Build Test (push) Has been cancelled
CI/CD - Build & Test / Terraform Validate (push) Has been cancelled
Deploy to Production / Build & Test (push) Has been cancelled
Deploy to Production / Security Scan (push) Has been cancelled
Deploy to Production / Build Docker Images (push) Has been cancelled
Deploy to Production / Deploy to Staging (push) Has been cancelled
Deploy to Production / E2E Tests (push) Has been cancelled
Deploy to Production / Deploy to Production (push) Has been cancelled

Add missing flower>=2.0.0 dependency required for Celery monitoring UI.
This fixes the 'No such command flower' error.
This commit is contained in:
Luca Sacchi Ricciardi
2026-04-07 23:38:38 +02:00
parent 9de9981492
commit 330c547e73

View File

@@ -22,6 +22,7 @@ dependencies = [
"email-validator>=2.0.0",
"redis>=5.0.0",
"celery>=5.4.0",
"flower>=2.0.0",
"prometheus-client>=0.20.0",
"opentelemetry-api>=1.24.0",
"opentelemetry-sdk>=1.24.0",