096587f59c
Locking the versions of channels and daphne, because it would break OpenSlides otherwise
10 lines
248 B
Plaintext
10 lines
248 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.9
|
|
django-redis-sessions>=0.5.6,<0.6
|
|
psycopg2-binary>=2.7,<2.8
|
|
txredisapi==1.4.4
|