Skip to content

Commit

Permalink
Updating requirements and locking versions
Browse files Browse the repository at this point in the history
Locking the versions of channels and daphne, because it would break
OpenSlides otherwise
  • Loading branch information
jsaalfeld committed Feb 16, 2018
1 parent 8042bed commit 096587f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements_big_mode.txt
Expand Up @@ -2,8 +2,8 @@
-r requirements_production.txt

# Requirements for Redis and PostgreSQL support
asgi-redis>=1.3,<1.4
django-redis>=4.7.0,<4.8
asgi-redis>=1.3,<1.5
django-redis>=4.7.0,<4.9
django-redis-sessions>=0.5.6,<0.6
psycopg2>=2.7,<2.8
psycopg2-binary>=2.7,<2.8
txredisapi==1.4.4
9 changes: 5 additions & 4 deletions requirements_production.txt
@@ -1,10 +1,11 @@
# Requirements for OpenSlides in production in alphabetical order
bleach>=1.5.0,<1.6
bleach>=1.5.0,<2.2
channels>=1.1,<1.2
daphne<2
Django>=1.10.4,<1.11
djangorestframework>=3.4,<3.5
jsonfield>=1.0,<1.1
mypy_extensions>=0.3,<1.1
jsonfield>=1.0,<2.1
mypy_extensions>=0.3,<0.4
PyPDF2>=1.26,<1.27
roman>=2.0,<2.1
setuptools>=29.0,<35.0
setuptools>=29.0,<39.0

0 comments on commit 096587f

Please sign in to comment.