From 2fda75e1b27235c7037606cfdbd9ec22f9172615 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Thu, 1 Jan 2015 14:51:34 -0500 Subject: [PATCH] Allow >= 2.0 versions of python-dateutil Signed-off-by: James McCoy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd5c34d3b..1a14b9df2 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ setup( install_requires=[ # Time plugin - 'python-dateutil <2.0,>=1.3', + 'python-dateutil !=2.0,>=1.3', 'feedparser', ],