diff --git a/requirements.txt b/requirements.txt index f40fca5a..aa8f71bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ watchdog sarge netifaces pylru --e ../tornado \ No newline at end of file +tornado \ No newline at end of file diff --git a/setup.py b/setup.py index 26876883..e93856c2 100644 --- a/setup.py +++ b/setup.py @@ -268,6 +268,9 @@ 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": [