From a42b92b3c2cf296751bc6430ceab040f68eabfd3 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Mon, 25 May 2020 09:15:00 +0400 Subject: [PATCH] Stop installing typing on Python 3.5+ --- requirements/pypi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pypi.txt b/requirements/pypi.txt index 2076469..0504771 100644 --- a/requirements/pypi.txt +++ b/requirements/pypi.txt @@ -8,7 +8,7 @@ # should see if there is a conda package that suits your needs. pathlib2 -typing +typing; python_version < "3.5" click toml six