From ce77c24e5c407671631fc3b8e867c08074f74fd5 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 9 Jun 2020 11:30:13 +1000 Subject: [PATCH] Exclude Celery 4.4.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f43438f..f33b7948 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ install_requires = [ 'packaging>=20.1,<21', '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', 'django>=2.2.1,<3.0',