2017-03-07 14:57:48 +01:00
|
|
|
# Requirements for Redis and PostgreSQL support
|
2018-08-15 09:50:20 +02:00
|
|
|
django-redis-sessions>=0.6.1,<0.7
|
2019-04-06 20:54:42 +02:00
|
|
|
psycopg2-binary>=2.7.3.2,<2.9
|
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
|
2020-05-28 11:40:41 +02:00
|
|
|
#gunicorn>=19.9.0,<20
|
|
|
|
|
|
|
|
# https://github.com/benoitc/gunicorn/issues/1913
|
|
|
|
git+https://github.com/FinnStutzenstein/gunicorn.git@fix
|
2020-09-29 16:06:28 +02:00
|
|
|
uvicorn[standard]>=0.9,<1.0
|