aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Neasbitt <chris.neasbitt@gmail.com>2012-08-08 15:38:02 -0400
committerChris Neasbitt <chris.neasbitt@gmail.com>2012-08-08 15:38:02 -0400
commit77f612eb6171874223ee91cb03ab2a38a3c7d14c (patch)
treec120023a8e4cb66bd54fe28e70ea5aa370f92ea0
parent32ad26f8bfe573f817da76db227480d3b83904d1 (diff)
downloadmitmproxy-77f612eb6171874223ee91cb03ab2a38a3c7d14c.tar.gz
mitmproxy-77f612eb6171874223ee91cb03ab2a38a3c7d14c.tar.bz2
mitmproxy-77f612eb6171874223ee91cb03ab2a38a3c7d14c.zip
Updated readme files with new PyOpenSSL 0.13 dependency.
-rw-r--r--README.mkd2
-rw-r--r--README.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.mkd b/README.mkd
index c6345dd6..ac1763a8 100644
--- a/README.mkd
+++ b/README.mkd
@@ -49,7 +49,7 @@ Requirements
------------
* [Python](http://www.python.org) 2.6.x or 2.7.x.
-* [PyOpenSSL](http://pypi.python.org/pypi/pyOpenSSL) 0.12 or newer.
+* [PyOpenSSL](http://pypi.python.org/pypi/pyOpenSSL) 0.13 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.
diff --git a/README.txt b/README.txt
index fba22ff0..5bcfca82 100644
--- a/README.txt
+++ b/README.txt
@@ -48,7 +48,7 @@ Requirements
------------
* Python_ 2.6.x or 2.7.x.
-* PyOpenSSL_ 0.12 or newer.
+* PyOpenSSL_ 0.13 or newer.
* pyasn1_ 0.1.2 or newer.
* urwid_ version 0.9.8 or newer.
* PIL_ version 1.1 or newer.