Revert "changed tornado dependency to local (RPi date fix)"

This reverts commit f812658714.
This commit is contained in:
Philipp Engel 2014-12-16 18:41:43 +01:00
parent 08b60784ea
commit c8273e9e12
2 changed files with 1 additions and 4 deletions

View file

@ -1,5 +1,6 @@
flask==0.9
werkzeug==0.8.3
tornado==4.0.1
sockjs-tornado>=1.0.0
PyYAML==3.10
Flask-Login==0.2.2
@ -11,4 +12,3 @@ watchdog
sarge
netifaces
pylru
tornado

View file

@ -268,9 +268,6 @@ def params():
include_package_data = True
zip_safe = False
install_requires = open("requirements.txt").read().split("\n")
dependency_links = [
'https://github.com/nosyjoe/tornado/archive/master.tar.gz',
]
entry_points = {
"console_scripts": [