Fixed requirements issue on Raspian / Python 3.5

This commit is contained in:
Agate 2020-04-23 14:33:46 +02:00
parent 19266ba3e3
commit 20f5416bd3
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 3 additions and 2 deletions

View File

@ -48,8 +48,9 @@ django-dynamic-preferences>=1.8.1,<1.9
raven>=6.10,<7
python-magic==0.4.15
channels>=2.4,<2.5
# XXX: increase when compat with Python 3.5 isn't needed anymore
channels_redis>=2.3.2,<2.4
# XXX: remove when we drop support for python 3.5
channels_redis==2.2.1; python_version < '3.6'
channels_redis>=2.3.2,<2.4; python_version > '3.5'
uvicorn==0.8.6; python_version < '3.6'
uvicorn>=0.11.3,<0.12; python_version > '3.5'
gunicorn>=20.0.4,<20.1