mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Pelican now requires FeedGenerator 1.9+
This commit is contained in:
parent
ac08cd5eb1
commit
5cdd2645fd
1 changed files with 1 additions and 1 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.8', 'jinja2 >= 2.7', 'pygments', 'docutils',
|
||||
requires = ['feedgenerator >= 1.9', '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