From 0611da1645f19e6c35db53efceeed7a15d986fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Mon, 18 Mar 2019 12:11:57 +0100 Subject: [PATCH] For some reason pip on our webhost can not find channels-redis 2.3.3, so keeping it at 2.3.2. --- src/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 67df2672..91925786 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,6 +1,6 @@ Django==2.1.7 channels==2.1.7 -channels-redis==2.3.3 +channels-redis==2.3.2 commonmark==0.8.1 Pillow==5.4.1