aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 40b341a4..16312343 100644
--- a/setup.py
+++ b/setup.py
@@ -90,4 +90,7 @@ setup(
"Topic :: Internet :: WWW/HTTP",
],
install_requires=['netlib', "requests>=0.13"],
+ dependency_links=[
+ 'https://github.com/cortesi/netlib/tarball/master#egg=netlib-0.1'
+ ],
)