Add PIL dependencies to READMEs.

Thanks to Sven Neuhaus for pointing this out.
This commit is contained in:
Aldo Cortesi 2012-04-04 09:55:14 +12:00
parent 79a0334a02
commit d8cadd2ff3
2 changed files with 3 additions and 0 deletions

View file

@ -52,6 +52,7 @@ Requirements
* [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.
* [PIL](http://www.pythonware.com/products/pil/) version 1.1 or newer.
* The test suite uses the [pry](http://github.com/cortesi/pry) unit testing
library.
* Rendering the documentation requires [countershape](http://github.com/cortesi/countershape).

View file

@ -51,6 +51,7 @@ Requirements
* PyOpenSSL_ 0.12 or newer.
* pyasn1_ 0.1.2 or newer.
* urwid_ version 0.9.8 or newer.
* PIL_ version 1.1 or newer.
* The test suite uses the pry_ unit testing
library.
* Rendering the documentation requires countershape_.
@ -70,6 +71,7 @@ following:
.. _python: http://www.python.org
.. _PyOpenSSL: http://pypi.python.org/pypi/pyOpenSSL
.. _pyasn1: http://pypi.python.org/pypi/pyasn1
.. _PIL: http://www.pythonware.com/products/pil/
.. _urwid: http://excess.org/urwid/
.. _pry: http://github.com/cortesi/pry
.. _countershape: http://github.com/cortesi/countershape