Add PIL to our ever-increasing stable of dependencies.

This commit is contained in:
Aldo Cortesi 2012-03-26 11:56:19 +13:00
parent a2fddb4404
commit 690f797da2
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=['urwid', 'pyasn1', 'pyopenssl'],
install_requires=['urwid', 'pyasn1', 'pyopenssl', "PIL"],
)