From 06a198773440d4fb7292d8a54bf3ba4359ecd308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Tue, 28 Feb 2017 15:32:35 +0100 Subject: [PATCH] Added requirements for Redis and PostgreSQL support. --- DEVELOPMENT.rst | 2 +- requirements_production.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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