Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale
Commits
741199c5
Verified
Commit
741199c5
authored
Feb 07, 2019
by
Eliot Berriot
Browse files
Fix #697: Downgraded channels dependency to 2.1.6 to fix denied uploads
parent
2f100ab9
Changes
2
Hide whitespace changes
Inline
Side-by-side
api/requirements/base.txt
View file @
741199c5
...
...
@@ -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
...
...
changes/changelog.d/697.bugfix
0 → 100644
View file @
741199c5
Downgraded channels dependency to 2.1.6 to fix denied uploads (#697)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment