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
This commit is contained in:
parent
519429cebb
commit
9509c8027b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue