require higher version of six due to installation problems

This commit is contained in:
Boris Bobrov 2018-08-13 10:53:52 +02:00
parent a65ffb4b69
commit 09cd88b033

View File

@ -66,7 +66,7 @@ install_requires = [
'itsdangerous',
'pytz',
'sphinx',
'six',
'six>=1.11.0',
'oauthlib',
'unidecode',
'jsonschema',