Merge branch '697-denied-upload' into 'master'

Fix #697: Downgraded channels dependency to 2.1.6 to fix denied uploads

See merge request funkwhale/funkwhale!586
This commit is contained in:
Eliot Berriot 2019-02-07 16:20:31 +01:00
commit 949c76307e
2 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,8 @@ django-dynamic-preferences>=1.7,<1.8
raven>=6.5,<7
python-magic==0.4.15
ffmpeg-python==0.1.10
channels>=2.1,<2.2
# XXX: until https://github.com/django/channels/issues/1240 is fixed
channels==2.1.6
channels_redis>=2.3,<2.4
daphne>=2.2,<2.3

View File

@ -0,0 +1 @@
Downgraded channels dependency to 2.1.6 to fix denied uploads (#697)