From 04b36b4488b19e516ea6e06525e385a358be7727 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Sat, 21 Apr 2018 09:46:12 +0200 Subject: [PATCH] Allow dateutil below 3.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27be6cfeb..ebbf6f0cd 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires = [ "werkzeug", "pyaml", "pytz", - "python-dateutil<2.7.0,>=2.1", + "python-dateutil<3.0.0,>=2.1", "mock", "docker>=2.5.1", "jsondiff==1.1.1",