aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-04 09:55:14 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-04 09:55:14 +1200
commitd8cadd2ff35ea654ffdd9f646005fbb84755c812 (patch)
treefc488bdf15a58b7dabcc7fb67284b4178c143e17 /README.mkd
parent79a0334a0245de915bfffc999906d45e0e42d37e (diff)
downloadmitmproxy-d8cadd2ff35ea654ffdd9f646005fbb84755c812.tar.gz
mitmproxy-d8cadd2ff35ea654ffdd9f646005fbb84755c812.tar.bz2
mitmproxy-d8cadd2ff35ea654ffdd9f646005fbb84755c812.zip
Add PIL dependencies to READMEs.
Thanks to Sven Neuhaus for pointing this out.
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index b8175dc0..f64273a0 100644
--- a/README.mkd
+++ b/README.mkd
@@ -52,6 +52,7 @@ Requirements
* [PyOpenSSL](http://pypi.python.org/pypi/pyOpenSSL) 0.12 or newer.
* [pyasn1](http://pypi.python.org/pypi/pyasn1) 0.1.2 or newer.
* [urwid](http://excess.org/urwid/) version 0.9.8 or newer.
+* [PIL](http://www.pythonware.com/products/pil/) version 1.1 or newer.
* The test suite uses the [pry](http://github.com/cortesi/pry) unit testing
library.
* Rendering the documentation requires [countershape](http://github.com/cortesi/countershape).