removes flower and updates celery>5

This commit is contained in:
msramalho
2024-10-17 13:13:06 +01:00
parent 94f7be3fd8
commit 3ba20d2473
5 changed files with 92 additions and 77 deletions

View File

@@ -5,9 +5,8 @@ name = "pypi"
[packages]
aiofiles = "==0.6.0"
celery = "==4.4.7"
celery = ">=5.0"
fastapi = "*"
flower = "==0.9.7"
jinja2 = "*"
redis = "==3.5.3"
requests = ">=2.25.1"