diff --git a/DEVELOPMENT.rst b/DEVELOPMENT.rst index 726dd29dd..5ae1ac040 100644 --- a/DEVELOPMENT.rst +++ b/DEVELOPMENT.rst @@ -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: diff --git a/requirements_production.txt b/requirements_production.txt index 0a8f51e49..0436389e0 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -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