From: Boris Bobrov Date: Mon, 13 Aug 2018 08:53:52 +0000 (+0200) Subject: require higher version of six due to installation problems X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=09cd88b033f9620f7a1e48417c678872c13429ef;p=mediagoblin.git require higher version of six due to installation problems --- 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',