Skip to content
Snippets Groups Projects
Commit 949c7630 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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
parents 2f100ab9 741199c5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
Downgraded channels dependency to 2.1.6 to fix denied uploads (#697)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment