From 09cd88b033f9620f7a1e48417c678872c13429ef Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Mon, 13 Aug 2018 10:53:52 +0200 Subject: [PATCH] require higher version of six due to installation problems --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72c19735..e959ec9f 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ install_requires = [ 'itsdangerous', 'pytz', 'sphinx', - 'six', + 'six>=1.11.0', 'oauthlib', 'unidecode', 'jsonschema', -- 2.25.1