Updated sockjs-tornado dependency
Apparently we need 1.0.3 after all for custom session classes. Reported by @MoonshineSG in #2095
This commit is contained in:
parent
4fe6e0545a
commit
dfe345007e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ INSTALL_REQUIRES = [
|
|||
# to some voodoo needed to get large streamed uploads and downloads
|
||||
# to work that is probably not completely straightforward and therefore
|
||||
# something for post-1.3.0-stable release
|
||||
"sockjs-tornado>=1.0.2,<1.1",
|
||||
"sockjs-tornado>=1.0.3,<1.1",
|
||||
"PyYAML>=3.10,<3.11",
|
||||
"Flask-Login>=0.2.2,<0.3",
|
||||
"Flask-Principal>=0.3.5,<0.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue