Skip to content

Commit 9fbec03

Browse files
committed
Require ConfigArgParse >= 0.10 for Python 2.6 support
1 parent afb6d28 commit 9fbec03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def read_file(filename, encoding='utf8'):
3232

3333
install_requires = [
3434
'acme=={0}'.format(version),
35-
'ConfigArgParse',
35+
'ConfigArgParse>=0.10.0', # python2.6 support, upstream #17
3636
'configobj',
3737
'cryptography>=0.7', # load_pem_x509_certificate
3838
'parsedatetime',

0 commit comments

Comments
 (0)