mirror of
https://github.com/certbot/certbot.git
synced 2026-04-23 23:33:27 -04:00
Require ConfigArgParse >= 0.10 for Python 2.6 support
This commit is contained in:
parent
afb6d2813a
commit
9fbec030a2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -32,7 +32,7 @@ version = meta['version']
|
|||
|
||||
install_requires = [
|
||||
'acme=={0}'.format(version),
|
||||
'ConfigArgParse',
|
||||
'ConfigArgParse>=0.10.0', # python2.6 support, upstream #17
|
||||
'configobj',
|
||||
'cryptography>=0.7', # load_pem_x509_certificate
|
||||
'parsedatetime',
|
||||
|
|
|
|||
Loading…
Reference in a new issue