From db7bc05b1dd878506f38d6b2a0b9065767f4ac50 Mon Sep 17 00:00:00 2001 From: andreymal Date: Sat, 19 Jan 2019 17:46:41 +0300 Subject: [PATCH] Oops, Celery 4.2.1 is not yet compatible with redis 3.0 https://github.com/celery/celery/issues/5175 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e69c078..dcb29880 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Click>=7.0,<8.0 Cerberus>=1.2,<1.3 unidecode python-memcached -redis>=3.0.1,<4.0 +redis>=2.0,<3.0 celery>=4.0,<5.0 pony==0.7.6 lxml