From 3a2abe3e95a171ec5cff672bdef70ad044e1763f Mon Sep 17 00:00:00 2001 From: gruebel Date: Sat, 16 Nov 2019 15:04:48 +0100 Subject: [PATCH] Cap python-dateutil to 2.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a45b2b589..97a6341ff 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ install_requires = [ "werkzeug", "PyYAML>=5.1", "pytz", - "python-dateutil<3.0.0,>=2.1", + "python-dateutil<2.8.1,>=2.1", "python-jose<4.0.0", "mock", "docker>=2.5.1",