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', install_requires=['django>=1.11, <1.12',
'gadjo', 'gadjo',
'celery<4', 'celery<4' if sys.version_info < (3,7) else 'celery',
'django-mellon', 'django-mellon',
'django-tenant-schemas', 'django-tenant-schemas',
'prometheus_client', 'prometheus_client',

View File

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