10b3bb6497
* geis does not work with channels2 and never will be (it has to be python now) * pytest * rewrote cache system * use username instead of pk for admin user in tests
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
# Requirements for OpenSlides in production
|
|
-r requirements_production.txt
|
|
|
|
# Requirements for Redis and PostgreSQL support
|
|
channels-redis>=2.2,<2.3
|
|
django-redis-sessions>=0.6.1,<0.7
|
|
psycopg2-binary>=2.7.3.2,<2.8
|
|
aioredis>=1.1.0,<1.2
|