mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
change date metadata parsing to dateutil.parser
This commit is contained in:
parent
58e817cb0f
commit
7f2bc2a23b
4 changed files with 37 additions and 38 deletions
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@
|
|||
from setuptools import setup
|
||||
|
||||
requires = ['feedgenerator >= 1.6', 'jinja2 >= 2.7', 'pygments', 'docutils',
|
||||
'pytz >= 0a', 'blinker', 'unidecode', 'six']
|
||||
'pytz >= 0a', 'blinker', 'unidecode', 'six', 'python-dateutil']
|
||||
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue