mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
add six dependency
This commit is contained in:
parent
b50a71ff4e
commit
49cdfcec06
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ install_requires = [
|
|||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
||||
# will tolerate; see #2599:
|
||||
'setuptools>=1.0',
|
||||
'six',
|
||||
'zope.interface',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue