forked from github/pelican
Bump feedgenerator version number to 1.8 #1933
This commit is contained in:
parent
66410b9396
commit
f91ea06cc5
38 changed files with 202 additions and 202 deletions
2
setup.py
2
setup.py
|
|
@ -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']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue