python3: upgrade celery as python3 need kombu >=4.2.0 (#40288)

This commit is contained in:
Nicolas Roche 2020-02-28 23:12:53 +01:00
parent bb2ae67c1f
commit cf4d3d4a46
2 changed files with 1 additions and 2 deletions

View File

@ -106,7 +106,7 @@ setup(
],
install_requires=['django>=1.11, <1.12',
'gadjo',
'celery<4',
'celery<4' if sys.version_info < (3,7) else 'celery',
'django-mellon',
'django-tenant-schemas',
'prometheus_client',

View File

@ -37,7 +37,6 @@ deps:
WebTest
django-mellon
django-webtest
celery<4
Markdown<3
django-tables2<2.0
authentic: http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz