From 690f797da2b22bb48e1d574dde2f02affa6010d3 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 26 Mar 2012 11:56:19 +1300 Subject: Add PIL to our ever-increasing stable of dependencies. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f3d969c..a26a25fd 100644 --- a/setup.py +++ b/setup.py @@ -92,5 +92,5 @@ setup( "Topic :: Internet :: Proxy Servers", "Topic :: Software Development :: Testing" ], - install_requires=['urwid', 'pyasn1', 'pyopenssl'], + install_requires=['urwid', 'pyasn1', 'pyopenssl', "PIL"], ) -- cgit v1.2.3