forked from github/pelican
Update version requirement with feedgenerator 1.6
feedgenerator 1.6 changes the order of attributes in feeds, so we must use this version to have consistent functionnal tests.
This commit is contained in:
parent
2bf91e54cd
commit
529d0d99c5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
from setuptools import setup
|
||||
|
||||
requires = ['feedgenerator>=1.5', 'jinja2 >= 2.6', 'pygments', 'docutils',
|
||||
requires = ['feedgenerator >= 1.6', 'jinja2 >= 2.6', 'pygments', 'docutils',
|
||||
'pytz', 'blinker', 'unidecode', 'six']
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue