Upgrade dependency acme to ==0.13.0 (#746)

This commit is contained in:
Doppins 2017-04-08 15:33:29 -04:00 committed by kevgliss
parent 81aff42e03
commit e4255649c0
1 changed files with 1 additions and 1 deletions

View File

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