From d2abf71348e7fa69913c0ed7a34a0e78248af131 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Sat, 24 Mar 2018 19:01:34 +0100 Subject: [PATCH] Make Python 3.5 depend on `typing~=3.6` --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 89e413b..5c3cab0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = six ~=1.4 tqdm ~=4.19 tenacity ~=4.9 - typing ~=3.6 ; python_version < '3.5' + typing ~=3.6 ; python_version < '3.6' tests_require = instalooter[test]