From 1fe0f78ad74839b9b7f4512932340490885d8e32 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Thu, 1 Oct 2020 01:59:48 +0000 Subject: [PATCH] Exclude django-redis-cache 2.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f754158..e58e7591 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ install_requires = [ 'django-bootstrap-form', 'django-registration>=3.1', 'django-sortedm2m', - 'django-redis-cache>=2.1.0,<3.0.0', + 'django-redis-cache>=2.1.0,<3.0.0,!=2.1.3', # 2.1.3 != Django 3 (Issue 1264) 'django-celery-beat>=2.0.0', 'openfire-restapi',