Fixed #25056 -- Documented minimum version of jinja2 for testing.

This commit is contained in:
Tim Graham 2015-07-03 08:20:53 -04:00
parent c0c7fa4837
commit ca58181bac
2 changed files with 3 additions and 1 deletions

View File

@ -138,6 +138,7 @@ dependencies:
* bcrypt_
* docutils_
* jinja2_ 2.7+
* numpy_
* Pillow_
* PyYAML_
@ -169,6 +170,7 @@ associated tests will be skipped.
.. _bcrypt: https://pypi.python.org/pypi/bcrypt
.. _docutils: https://pypi.python.org/pypi/docutils
.. _jinja2: https://pypi.python.org/pypi/jinja2
.. _numpy: https://pypi.python.org/pypi/numpy
.. _Pillow: https://pypi.python.org/pypi/Pillow/
.. _PyYAML: http://pyyaml.org/wiki/PyYAML

View File

@ -1,6 +1,6 @@
bcrypt
docutils
jinja2
jinja2 >= 2.7
numpy
Pillow
PyYAML