Pelican now requires FeedGenerator 1.9+

This commit is contained in:
Justin Mayer 2016-09-15 11:57:30 -06:00
commit 5cdd2645fd

View file

@ -4,7 +4,7 @@ from os.path import join, relpath, dirname
from setuptools import setup
requires = ['feedgenerator >= 1.8', 'jinja2 >= 2.7', 'pygments', 'docutils',
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments', 'docutils',
'pytz >= 0a', 'blinker', 'unidecode', 'six >= 1.4',
'python-dateutil']