Merge pull request #3019 from emanuelschuetze/redis-postgres-support
Added requirements for Redis and PostgreSQL support.
This commit is contained in:
commit
ebf90e4217
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user