diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ install_requires = [ 'itsdangerous', 'pytz', 'sphinx', - 'six', + 'six>=1.11.0', 'oauthlib', 'unidecode', 'jsonschema', |