From 27ce0b7ab14f89ff87774bf04b4b44a44a61fca2 Mon Sep 17 00:00:00 2001 From: Asher Foa <1268088+asherf@users.noreply.github.com> Date: Fri, 31 Jan 2020 12:49:10 -0800 Subject: [PATCH] Botocore no longer needs an older version of python-dateutil. https://github.com/boto/botocore/pull/1910 https://github.com/boto/botocore/issues/1872 https://github.com/spulec/moto/pull/2570 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d09f8fc7b..1dde71ac7 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ install_requires = [ "werkzeug", "PyYAML>=5.1", "pytz", - "python-dateutil<2.8.1,>=2.1", + "python-dateutil<3.0.0,>=2.1", "python-jose<4.0.0", "mock", "docker>=2.5.1",