OpenSlides/server/requirements/big_mode.txt
topelrapha 88994efac3
Fix server stop working because of changed python package (#5582)
* Fix server stop working because of changed python package

* Update AUTHORS
2020-09-29 16:06:28 +02:00

10 lines
244 B
Plaintext

# Requirements for Redis and PostgreSQL support
channels-redis>=2.2,<2.5
django-redis-sessions>=0.6.1,<0.7
psycopg2-binary>=2.7.3.2,<2.9
aioredis>=1.1.0,<1.3
# Requirements for fast asgi server
gunicorn>=19.9.0,<20
uvicorn[standard]>=0.9,<1.0