python3: update celery to version 4 on python3.7 (#41158)

This commit is contained in:
Nicolas Roche 2020-03-30 11:02:48 +02:00
parent cc0677c7e9
commit 17676d1ecf
1 changed files with 1 additions and 1 deletions

View File

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