From 6a59e678a9a05f2b17f887785bc9ab64af20da2f Mon Sep 17 00:00:00 2001 From: FinnStutzenstein Date: Wed, 17 Jun 2020 15:38:07 +0200 Subject: [PATCH] Use newer asgiref release than the broken 3.2.8 one --- requirements/production.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements/production.txt b/requirements/production.txt index 4cd17aabd..3386cc971 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,6 +1,10 @@ # Hotfix see https://github.com/crossbario/autobahn-python/issues/1205 autobahn==19.5.1 +# Use release 3.2.9 with this issue fixed: https://github.com/django/asgiref/issues/170 +# introduced with 3.2.8 +asgiref>=3.2.9 + # Requirements for OpenSlides in production in alphabetical order bleach>=1.5.0,<3.2 channels>=2.1.2,<2.4