From 5eceabf02815a4c68c443311ff27f188cc32fb19 Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Tue, 10 Sep 2019 16:57:08 +0000 Subject: [PATCH] Pin ciso8601 to what is installed when unpinned --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a384fe..0c9689a 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'simplejson==3.11.1', 'python-dateutil>=2.6.0', 'backoff==1.8.0', - 'ciso8601', + 'ciso8601==2.1.1', ], extras_require={ 'dev': [