Added requirements for Redis and PostgreSQL support.

This commit is contained in:
Emanuel Schütze 2017-02-28 15:32:35 +01:00
parent 96cbf17e72
commit 06a1987734
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