upgrade celery

This commit is contained in:
pycook
2023-08-08 13:16:07 +08:00
parent 934d00e87d
commit dcf768376a
10 changed files with 31 additions and 188 deletions

View File

@@ -14,7 +14,7 @@ Flask-RESTful = "==0.3.10"
Flask-SQLAlchemy = "==2.5.0"
SQLAlchemy = "==1.4.49"
PyMySQL = "==1.1.0"
redis = "==3.2.1"
redis = "==4.6.0"
# Migrations
Flask-Migrate = "==2.5.2"
# Deployment
@@ -32,10 +32,10 @@ Flask-Caching = ">=1.0.0"
environs = "==4.2.0"
marshmallow = "==2.20.2"
# async tasks
celery = "==4.3.0"
celery = "==5.3.1"
celery_once = "==3.0.1"
more-itertools = "==5.0.0"
kombu = "==4.4.0"
kombu = "==5.3.1"
# common setting
timeout-decorator = "==0.5.0"
WTForms = "==3.0.0"
@@ -50,7 +50,7 @@ toposort = ">=1.5"
requests = ">=2.22.0"
PyJWT = "==2.4.0"
elasticsearch = "==7.17.9"
future = "==0.18.2"
future = "==0.18.3"
itsdangerous = "==2.1.2"
Jinja2 = "==3.1.2"
jinja2schema = "==0.1.4"