mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Add Jinja2 to testing_extras (as per #2583)
This commit is contained in:
parent
c63dcdfc15
commit
4a5296e951
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue