diff options
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,7 +50,7 @@ Requirements ------------ * [Python](http://www.python.org) 2.7.x. -* [netlib](http://pypi.python.org/pypi/netlib) 0.2.2 or newer. +* [netlib](http://pypi.python.org/pypi/netlib), version matching mitmproxy. * [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 1.1 or newer. @@ -69,4 +69,3 @@ The following components are needed if you plan to hack on mitmproxy: * The test suite uses the [nose](http://readthedocs.org/docs/nose/en/latest/) unit testing framework and requires [pathod](http://pathod.org) and [flask](http://flask.pocoo.org/). * Rendering the documentation requires [countershape](http://github.com/cortesi/countershape). - |