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:
Gina Häußge 2017-09-28 16:30:01 +02:00
parent 4fe6e0545a
commit dfe345007e

View file

@ -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",