mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge pull request #5075 from certbot/specify-min-six-version
Specify the minimum six version in ACME
This commit is contained in:
commit
9fb132ba69
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue