Exclude Celery 4.4.4

This commit is contained in:
Ariel Rin 2020-06-09 11:30:13 +10:00
parent 5469a591c0
commit ce77c24e5c

View File

@ -19,7 +19,7 @@ install_requires = [
'packaging>=20.1,<21', 'packaging>=20.1,<21',
'redis>=3.3.1,<4.0.0', 'redis>=3.3.1,<4.0.0',
'celery>=4.3.0,<5.0.0', 'celery>=4.3.0,<5.0.0,!=4.4.4', # 4.4.4 is missing a dependency
'celery_once', 'celery_once',
'django>=2.2.1,<3.0', 'django>=2.2.1,<3.0',