Upgrade dependency acme to ==0.14.1 (#801)

This commit is contained in:
Doppins 2017-05-16 16:33:21 -04:00 committed by kevgliss
parent 1184f9d070
commit 7ad471a810

View File

@ -59,7 +59,7 @@ install_requires = [
'future==0.16.0', 'future==0.16.0',
'boto3==1.4.4', 'boto3==1.4.4',
'boto==2.45.0', # we might make this optional 'boto==2.45.0', # we might make this optional
'acme==0.14.0', 'acme==0.14.1',
'retrying==1.3.3', 'retrying==1.3.3',
'tabulate==0.7.7', 'tabulate==0.7.7',
'pem==16.1.0', 'pem==16.1.0',