Merge pull request #2208 from ostcar/channels-requirement
Set channel requirement to lower 1.0. We have to use the newest development version
This commit is contained in:
commit
331141c17c
@ -1,7 +1,7 @@
|
|||||||
# Requirements for OpenSlides in production in alphabetical order
|
# Requirements for OpenSlides in production in alphabetical order
|
||||||
Django>=1.8,<1.10
|
Django>=1.8,<1.10
|
||||||
beautifulsoup4>=4.4,<4.5
|
beautifulsoup4>=4.4,<4.5
|
||||||
channels>=0.14,<0.15
|
channels>=0.15,<1.0
|
||||||
djangorestframework>=3.2.0,<3.4.0
|
djangorestframework>=3.2.0,<3.4.0
|
||||||
html5lib>=0.9,<1.0
|
html5lib>=0.9,<1.0
|
||||||
jsonfield>=0.9.19,<1.1
|
jsonfield>=0.9.19,<1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user