From dfe345007e92b67b4d93091f0664504f56b6bd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 28 Sep 2017 16:30:01 +0200 Subject: [PATCH] Updated sockjs-tornado dependency Apparently we need 1.0.3 after all for custom session classes. Reported by @MoonshineSG in #2095 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ab62c20..25f9d54d 100644 --- a/setup.py +++ b/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",