1
0
Fork 0
forked from github/pelican

Bump feedgenerator version number to 1.8 #1933

This commit is contained in:
Karl Dubost 2016-04-07 10:27:46 +09:00
commit f91ea06cc5
38 changed files with 202 additions and 202 deletions

View file

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