9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
# Requirements for OpenSlides in production
|
|
-r requirements_production.txt
|
|
|
|
# Requirements for Redis and PostgreSQL support
|
|
asgi-redis>=1.3,<1.4
|
|
django-redis>=4.7.0,<4.8
|
|
django-redis-sessions>=0.5.6,<0.6
|
|
psycopg2>=2.7,<2.8
|