aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-03-26 11:56:19 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-03-26 11:56:19 +1300
commit690f797da2b22bb48e1d574dde2f02affa6010d3 (patch)
tree567995d4e0cfa74de5e5aece773199c0c4fd8410
parenta2fddb4404d2a1edc5bb39d306a9ac5eb0417906 (diff)
downloadmitmproxy-690f797da2b22bb48e1d574dde2f02affa6010d3.tar.gz
mitmproxy-690f797da2b22bb48e1d574dde2f02affa6010d3.tar.bz2
mitmproxy-690f797da2b22bb48e1d574dde2f02affa6010d3.zip
Add PIL to our ever-increasing stable of dependencies.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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"],
)