diff --git a/requirements.txt b/requirements.txt index aa8f71bc..ec212ee2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file diff --git a/setup.py b/setup.py index e93856c2..26876883 100644 --- a/setup.py +++ b/setup.py @@ -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": [