1
0
Fork 0
forked from github/pelican

Increase Jinja version minimum to 2.11+

This newer version slightly changes rendered output; upgrading our
dependency means our functional test output will match it more
consistently.
This commit is contained in:
Justin Mayer 2020-04-12 16:03:13 +02:00
commit 6cef4ead88
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ from setuptools import setup
version = "4.2.0"
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments',
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.11', 'pygments',
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',
'python-dateutil']