From 826df247b525137c85ddc8238eaff6ba28909094 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 11 Jan 2020 08:57:05 -0800 Subject: [PATCH] python-dateutil>=2.8.1 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4858e2b..c56aa82 100644 --- a/setup.py +++ b/setup.py @@ -73,8 +73,7 @@ setup( 'natsort>=5.5.0', 'pycountry>=19.8.18', 'pycountry-convert>=0.7.2', - # botocore doesn't like >=2.7.0 for some reason - 'python-dateutil>=2.6.0,<2.9.0', + 'python-dateutil>=2.8.1', 'requests>=2.20.0' ], license='MIT',