Add dependency reference for netlib.

This commit is contained in:
Aldo Cortesi 2012-06-28 15:14:57 +12:00
parent 47651b1ff2
commit 8cd140ef33
1 changed files with 3 additions and 0 deletions

View File

@ -93,4 +93,7 @@ setup(
"Topic :: Software Development :: Testing"
],
install_requires=["netlib", "urwid>=1.0", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
dependency_links=[
'https://github.com/cortesi/netlib/tarball/master#egg=netlib-0.1'
],
)