mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:32:02 +02:00
Require ConfigArgParse >= 0.10 for Python 2.6 support
This commit is contained in:
@@ -32,7 +32,7 @@ version = meta['version']
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'acme=={0}'.format(version),
|
'acme=={0}'.format(version),
|
||||||
'ConfigArgParse',
|
'ConfigArgParse>=0.10.0', # python2.6 support, upstream #17
|
||||||
'configobj',
|
'configobj',
|
||||||
'cryptography>=0.7', # load_pem_x509_certificate
|
'cryptography>=0.7', # load_pem_x509_certificate
|
||||||
'parsedatetime',
|
'parsedatetime',
|
||||||
|
|||||||
Reference in New Issue
Block a user