new try for fixed deps

This commit is contained in:
Philipp Engel 2014-12-16 17:48:33 +01:00
parent f812658714
commit 08b60784ea
2 changed files with 4 additions and 1 deletions

View file

@ -11,4 +11,4 @@ watchdog
sarge
netifaces
pylru
-e ../tornado
tornado

View file

@ -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": [