Updated readme files with new PyOpenSSL 0.13 dependency.

This commit is contained in:
Chris Neasbitt 2012-08-08 15:38:02 -04:00
parent 32ad26f8bf
commit 77f612eb61
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.