change date metadata parsing to dateutil.parser

This commit is contained in:
Stefan hr Berder 2014-02-16 12:51:52 +01:00
commit 7f2bc2a23b
4 changed files with 37 additions and 38 deletions

View file

@ -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': [