mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-27 20:16:14 +02:00
Made suggested changes. Refs #962
This commit is contained in:
parent
baba75cad5
commit
40ac3ab8ac
37 changed files with 1101 additions and 4 deletions
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@
|
|||
from setuptools import setup
|
||||
|
||||
requires = ['feedgenerator >= 1.6', 'jinja2 >= 2.6', 'pygments', 'docutils',
|
||||
'pytz', 'blinker', 'unidecode', 'six']
|
||||
'pytz', 'blinker', 'unidecode', 'six', 'dateutil']
|
||||
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue