Updated tornado, sockjs-tornado and psutil dependencies

This commit is contained in:
Gina Häußge 2015-09-21 15:00:06 +02:00
parent cbc500a939
commit a05e3a44af

View file

@ -16,8 +16,8 @@ import octoprint_setuptools
INSTALL_REQUIRES = [
"flask>=0.9,<0.11",
"werkzeug==0.8.3",
"tornado==4.0.1",
"sockjs-tornado==1.0.1",
"tornado==4.0.2",
"sockjs-tornado==1.0.2",
"PyYAML==3.10",
"Flask-Login==0.2.2",
"Flask-Principal==0.3.5",
@ -34,7 +34,7 @@ INSTALL_REQUIRES = [
"pkginfo==1.2.1",
"requests==2.7.0",
"semantic_version==2.4.2",
"psutil==3.1.1"
"psutil==3.2.1"
]
# Additional requirements for optional install options