2017-03-07 14:57:48 +01:00
|
|
|
# Requirements for Redis and PostgreSQL support
|
2018-10-19 22:35:46 +02:00
|
|
|
channels-redis>=2.2,<2.4
|
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
|
2018-11-04 13:35:54 +01:00
|
|
|
aioredis>=1.1.0,<1.3
|
2018-08-22 05:56:05 +02:00
|
|
|
|
|
|
|
# Requirements for fast asgi server
|
2018-10-19 22:35:46 +02:00
|
|
|
gunicorn>=19.9.0,<20
|
|
|
|
uvicorn>=0.3.2,<1.1
|