new try for fixed deps
This commit is contained in:
parent
f812658714
commit
08b60784ea
2 changed files with 4 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ watchdog
|
|||
sarge
|
||||
netifaces
|
||||
pylru
|
||||
-e ../tornado
|
||||
tornado
|
||||
3
setup.py
3
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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue