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
a2607f82
Verified
Commit
a2607f82
authored
Dec 27, 2018
by
Eliot Berriot
Browse files
Fix #643: Upgraded core dependencies to fix websocket/messaging issues and possible memory leaks
parent
54c0987b
Changes
2
Hide whitespace changes
Inline
Side-by-side
api/requirements/base.txt
View file @
a2607f82
...
...
@@ -56,10 +56,10 @@ pyacoustid>=1.1.5,<1.2
raven>=6.5,<7
python-magic==0.4.15
ffmpeg-python==0.1.10
channels>=2,<2.1
channels_redis>=2.1,<2.2
channels>=2.1,<2.2
channels_redis>=2.3,<2.4
daphne>=2.2,<2.3
daphne==2.0.4
cryptography>=2,<3
# requests-http-signature==0.0.3
# clone until the branch is merged and released upstream
...
...
changes/changelog.d/643.bugfix
0 → 100644
View file @
a2607f82
Upgraded core dependencies to fix websocket/messaging issues and possible memory leaks (#643)
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