Sync mitmproxy, pathod and netlib version numbers.

This commit is contained in:
Aldo Cortesi 2013-03-05 09:11:22 +13:00
parent 8a850dc8e6
commit 6a9683719c
1 changed files with 1 additions and 1 deletions

View File

@ -92,5 +92,5 @@ setup(
"Topic :: Internet :: Proxy Servers",
"Topic :: Software Development :: Testing"
],
install_requires=["netlib", "urwid>=1.1", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
install_requires=["netlib>="%version.VERSION, "urwid>=1.1", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
)