From 9509c8027ba80cc5d4e19cb42f2925543dd01349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 13 Aug 2014 18:16:51 +0200 Subject: [PATCH] Pinned tornado to 4.0.0 4.0.1 is currently causing issues with OctoPrint, this is a quick fix for that until I have the opportunity to investigate this further. Workaround for second issue in #544 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47542d3a..af3e1062 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask==0.9 werkzeug==0.8.3 -tornado>=4.0 +tornado==4.0.0 sockjs-tornado>=1.0.0 PyYAML==3.10 Flask-Login==0.2.2