Merge pull request #57 from cjneasbi/master

Updated readme docs with new PyOpenSSL dependency.
This commit is contained in:
Aldo Cortesi 2012-08-10 20:41:26 -07:00
commit 1b225f2a55
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.