From 02ffce1a1571113a7c3344f490b68e43005616ea Mon Sep 17 00:00:00 2001 From: Iain Bullard Date: Wed, 21 Mar 2018 15:50:14 +0000 Subject: [PATCH] Tighten upper bound on python-dateutil to match botocore (#1519) https://github.com/boto/botocore/commit/90d7692702be1a423af15e0f49b58365f2a400f2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57140401b..4a2489676 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires = [ "werkzeug", "pyaml", "pytz", - "python-dateutil<3.0.0,>=2.1", + "python-dateutil<2.7.0,>=2.1", "mock", "docker>=2.5.1", "jsondiff==1.1.1",