acceeff8f8
* drop python 3.4
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
# Requirements for OpenSlides in production
|
|
-r requirements_production.txt
|
|
|
|
# Requirements for Redis and PostgreSQL support
|
|
asgi-redis>=1.3,<1.5
|
|
django-redis>=4.7.0,<4.10
|
|
django-redis-sessions>=0.5.6,<0.7
|
|
psycopg2-binary>=2.7,<2.8
|
|
txredisapi==1.4.4
|