From d160841c8ca14f8d93bab4b89dd4acec9af486fe Mon Sep 17 00:00:00 2001 From: Robin Tissot <tissotrobin@gmail.com> Date: Thu, 17 Dec 2020 17:51:57 +0100 Subject: [PATCH] Fixes channel server crash (?) --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 8cc83647..e4c62658 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -7,7 +7,7 @@ redis==3.2.1 uwsgi==2.0.17 daphne==2.5.0 channels==2.4.0 -channels-redis==3.2.0 +channels-redis>=2.4.1,<3 django-redis==4.10.0 psycopg2-binary==2.7.6 django-ordered-model==3.1.1 -- GitLab