Upgrade dependency acme to ==0.17.0 (#866)
This commit is contained in:
parent
95e4c23db1
commit
4245ba0d15
2
setup.py
2
setup.py
|
@ -58,7 +58,7 @@ install_requires = [
|
||||||
'inflection==0.3.1',
|
'inflection==0.3.1',
|
||||||
'future==0.16.0',
|
'future==0.16.0',
|
||||||
'boto3==1.4.5',
|
'boto3==1.4.5',
|
||||||
'acme==0.16.0',
|
'acme==0.17.0',
|
||||||
'retrying==1.3.3',
|
'retrying==1.3.3',
|
||||||
'tabulate==0.7.7',
|
'tabulate==0.7.7',
|
||||||
'pem==16.1.0',
|
'pem==16.1.0',
|
||||||
|
|
Loading…
Reference in New Issue