Fix #643: Upgraded core dependencies to fix websocket/messaging issues and possible memory leaks
This commit is contained in:
parent
54c0987b86
commit
a2607f82cb
|
@ -56,10 +56,10 @@ pyacoustid>=1.1.5,<1.2
|
||||||
raven>=6.5,<7
|
raven>=6.5,<7
|
||||||
python-magic==0.4.15
|
python-magic==0.4.15
|
||||||
ffmpeg-python==0.1.10
|
ffmpeg-python==0.1.10
|
||||||
channels>=2,<2.1
|
channels>=2.1,<2.2
|
||||||
channels_redis>=2.1,<2.2
|
channels_redis>=2.3,<2.4
|
||||||
|
daphne>=2.2,<2.3
|
||||||
|
|
||||||
daphne==2.0.4
|
|
||||||
cryptography>=2,<3
|
cryptography>=2,<3
|
||||||
# requests-http-signature==0.0.3
|
# requests-http-signature==0.0.3
|
||||||
# clone until the branch is merged and released upstream
|
# clone until the branch is merged and released upstream
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Upgraded core dependencies to fix websocket/messaging issues and possible memory leaks (#643)
|
Loading…
Reference in New Issue