Skip to content

Commit

Permalink
Require ConfigArgParse >= 0.10 for Python 2.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 3, 2015
1 parent afb6d28 commit 9fbec03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def read_file(filename, encoding='utf8'):

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',
Expand Down

0 comments on commit 9fbec03

Please sign in to comment.