Updated requirements (channels and asgi-redis).

This commit is contained in:
Norman Jäckel 2017-04-20 14:39:20 +02:00
parent 8c4ec1c218
commit 5b5cee0a24
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
-r requirements_production.txt
# Requirements for Redis and PostgreSQL support
asgi-redis>=1.0.0,<1.1
asgi-redis>=1.3,<1.4
django-redis>=4.7.0,<4.8
django-redis-sessions>=0.5.6,<0.6
psycopg2>=2.6.2,<2.7
psycopg2>=2.7,<2.8

View File

@ -1,5 +1,5 @@
# Requirements for OpenSlides in production in alphabetical order
channels>=1.0,<1.1
channels>=1.1,<1.2
Django>=1.10.4,<1.11
djangorestframework>=3.4,<3.5
jsonfield>=1.0,<1.1