aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 6fb25c01..9a5398be 100644
--- a/setup.py
+++ b/setup.py
@@ -93,7 +93,4 @@ setup(
"Topic :: Software Development :: Testing"
],
install_requires=["netlib", "urwid>=1.1", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
- dependency_links=[
- 'https://github.com/cortesi/netlib/tarball/master#egg=netlib-0.1'
- ],
)