Merge pull request #5428 from FinnStutzenstein/fixAsgirefVersion

Use newer asgiref release than the broken 3.2.8 one
This commit is contained in:
Emanuel Schütze 2020-06-17 15:51:02 +02:00 committed by GitHub
commit 81c2df3458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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