2017-03-07 14:57:48 +01:00
|
|
|
# Requirements for Redis and PostgreSQL support
|
2018-07-09 23:22:26 +02:00
|
|
|
channels-redis>=2.2,<2.3
|
2018-08-15 09:50:20 +02:00
|
|
|
django-redis-sessions>=0.6.1,<0.7
|
2018-07-09 23:22:26 +02:00
|
|
|
psycopg2-binary>=2.7.3.2,<2.8
|
|
|
|
aioredis>=1.1.0,<1.2
|
2018-08-22 05:56:05 +02:00
|
|
|
|
|
|
|
# Requirements for fast asgi server
|
|
|
|
gunicorn>=19.9<20
|
|
|
|
uvicorn>=0.3.2<1.1
|