update the version of jinja needed, 2.6 is out

This commit is contained in:
Alexis Métaireau 2012-12-18 12:33:49 +01:00
commit 02f984f7ef

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
requires = ['feedgenerator', 'jinja2 >= 2.4', 'pygments', 'docutils', 'pytz',
requires = ['feedgenerator', 'jinja2 >= 2.6', 'pygments', 'docutils', 'pytz',
'blinker', 'unidecode']
try: