0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Add Jinja2 to testing_extras (as per #2583)

This commit is contained in:
Matt Westcott 2016-05-17 17:34:15 +01:00
parent c63dcdfc15
commit 4a5296e951

View File

@ -41,6 +41,7 @@ testing_extras = [
'pytz>=2014.7',
'Pillow>=2.7.0',
'elasticsearch>=1.0.0',
'Jinja2>=2.8,<3.0',
# For coverage and PEP8 linting
'coverage>=3.7.0',