Specify the minimum six version in acme

This commit is contained in:
Brad Warren 2017-09-05 10:07:32 -07:00
parent 8ad18cbe6e
commit d710c441e2

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