Allow >= 2.0 versions of python-dateutil

Signed-off-by: James McCoy <vega.james@gmail.com>
This commit is contained in:
James McCoy 2015-01-01 14:51:34 -05:00
parent 4f489fad61
commit 2fda75e1b2
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ setup(
install_requires=[
# Time plugin
'python-dateutil <2.0,>=1.3',
'python-dateutil !=2.0,>=1.3',
'feedparser',
],