aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-03-11 14:41:03 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-03-11 14:41:03 +1300
commitfdffb2398935f7a4e44b0535a9692a87f26e03d2 (patch)
tree09496534dcae4448ea99cab77b4bc03560e0297d
parent22d4559a7aa8a02995796110d15e6970e922455f (diff)
downloadmitmproxy-fdffb2398935f7a4e44b0535a9692a87f26e03d2.tar.gz
mitmproxy-fdffb2398935f7a4e44b0535a9692a87f26e03d2.tar.bz2
mitmproxy-fdffb2398935f7a4e44b0535a9692a87f26e03d2.zip
Update docs to reflect new dependencies.
-rw-r--r--README.mkd3
-rw-r--r--README.txt7
2 files changed, 6 insertions, 4 deletions
diff --git a/README.mkd b/README.mkd
index 67b08e96..b8175dc0 100644
--- a/README.mkd
+++ b/README.mkd
@@ -49,7 +49,8 @@ Requirements
------------
* [Python](http://www.python.org) 2.6.x or 2.7.x.
-* [openssl](http://www.openssl.org/) - installed by default on most systems.
+* [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.
* The test suite uses the [pry](http://github.com/cortesi/pry) unit testing
library.
diff --git a/README.txt b/README.txt
index 92cdd4b8..71009152 100644
--- a/README.txt
+++ b/README.txt
@@ -48,7 +48,8 @@ Requirements
------------
* Python_ 2.6.x or 2.7.x.
-* openssl_ - installed by default on most systems.
+* PyOpenSSL_ 0.12 or newer.
+* pyasn1_ 0.1.2 or newer.
* urwid_ version 0.9.8 or newer.
* The test suite uses the pry_ unit testing
library.
@@ -67,8 +68,8 @@ following:
.. _mitmproxy.org: http://mitmproxy.org
.. _github.com/cortesi/mitmproxy: http://github.com/cortesi/mitmproxy
.. _python: http://www.python.org
-.. _openssl: http://www.openssl.org/
+.. _PyOpenSSL: http://pypi.python.org/pypi/pyOpenSSL
+.. _pyasn1: http://pypi.python.org/pypi/pyasn1
.. _urwid: http://excess.org/urwid/
.. _pry: http://github.com/cortesi/pry
.. _countershape: http://github.com/cortesi/countershape
-