Upgrade dependency tabulate to ==0.8.2 (#1006)
This commit is contained in:
parent
58100cda8b
commit
81a6ec644a
2
setup.py
2
setup.py
|
@ -60,7 +60,7 @@ install_requires = [
|
||||||
'boto3==1.4.6',
|
'boto3==1.4.6',
|
||||||
'acme==0.19.0',
|
'acme==0.19.0',
|
||||||
'retrying==1.3.3',
|
'retrying==1.3.3',
|
||||||
'tabulate==0.8.1',
|
'tabulate==0.8.2',
|
||||||
'pyOpenSSL==17.2.0',
|
'pyOpenSSL==17.2.0',
|
||||||
'pem==17.1.0',
|
'pem==17.1.0',
|
||||||
'raven[flask]==6.2.1',
|
'raven[flask]==6.2.1',
|
||||||
|
|
Loading…
Reference in New Issue