From 4509eed0f0618b93ba13798907599101ebb8c737 Mon Sep 17 00:00:00 2001 From: Erwan Rouchet <rouchet@teklia.com> Date: Wed, 7 Oct 2020 12:17:54 +0200 Subject: [PATCH] Revert channels-redis bump for Redis 4 support --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 831e15c595..d0574db8ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ git+https://gitlab.com/teklia/apistar.git#egg=apistar arkindex-common==0.2.0 git+https://gitlab.com/arkindex/common.git#egg=arkindex-common channels==2.4.0 -channels-redis==3.1.0 +channels-redis==2.4.2 django-admin-hstore-widget==1.1.0 django-cachalot==2.3.1 django-cors-headers==3.5.0 -- GitLab