Use newer asgiref release than the broken 3.2.8 one

This commit is contained in:
FinnStutzenstein 2020-06-17 15:38:07 +02:00
parent b43151fd59
commit 6a59e678a9
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
1 changed files with 4 additions and 0 deletions

View File

@ -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