Fix READMEs: we don't support Python 2.6

Fixes #70
This commit is contained in:
Aldo Cortesi 2012-11-30 08:17:50 +13:00
parent 8c976ac7f0
commit 09c29e894e
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ We also have a mailing list, hosted here:
Requirements
------------
* [Python](http://www.python.org) 2.6.x or 2.7.x.
* [Python](http://www.python.org) 2.7.x.
* [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.

View File

@ -47,7 +47,7 @@ http://groups.google.com/group/mitmproxy
Requirements
------------
* Python_ 2.6.x or 2.7.x.
* Python_ 2.7.x.
* PyOpenSSL_ 0.13 or newer.
* pyasn1_ 0.1.2 or newer.
* urwid_ version 0.9.8 or newer.