Merge pull request #3019 from emanuelschuetze/redis-postgres-support

Added requirements for Redis and PostgreSQL support.
This commit is contained in:
Norman Jäckel 2017-03-01 14:24:45 +01:00 committed by GitHub
commit ebf90e4217
2 changed files with 7 additions and 1 deletions

View File

@ -110,7 +110,7 @@ a. Running Angular.js test cases
$ node_modules/.bin/karma start tests/karma/karma.conf.js
Installation Openslides in big mode
Installation OpenSlides in big mode
===================================
1. Install PostgreSQL und redis:

View File

@ -7,3 +7,9 @@ PyPDF2>=1.26,<1.27
roman>=2.0,<2.1
setuptools>=29.0,<35.0
bleach>=1.5.0,<1.6
# Requirements for Redis and PostgreSQL support
asgi-redis>=1.0.0,<1.1
django-redis>=4.7.0,<4.8
django-redis-sessions>=0.5.6,<0.6
psycopg2>=2.6.2,<2.7