From 0c31bce7d0ef1f13d9a0064a6b2e1d5ba9c865c5 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 23 Dec 2020 17:59:36 +1000 Subject: [PATCH] Bump Django-Redis-Cache up to 3.x branch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e58e7591..8fc276bf 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,!=2.1.3', # 2.1.3 != Django 3 (Issue 1264) + 'django-redis-cache>=3.0.0', 'django-celery-beat>=2.0.0', 'openfire-restapi',