Merge pull request #5075 from certbot/specify-min-six-version

Specify the minimum six version in ACME
This commit is contained in:
yomna 2017-09-05 17:49:42 -07:00 committed by GitHub
commit 9fb132ba69

View file

@ -20,7 +20,7 @@ install_requires = [
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
# will tolerate; see #2599:
'setuptools>=1.0',
'six',
'six>=1.9.0', # needed for python_2_unicode_compatible
]
# env markers cause problems with older pip and setuptools