Upgrade dependency tabulate to ==0.8.2 (#1006)

This commit is contained in:
Doppins 2017-12-03 19:05:05 +01:00 committed by kevgliss
parent 58100cda8b
commit 81a6ec644a
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ install_requires = [
'boto3==1.4.6',
'acme==0.19.0',
'retrying==1.3.3',
'tabulate==0.8.1',
'tabulate==0.8.2',
'pyOpenSSL==17.2.0',
'pem==17.1.0',
'raven[flask]==6.2.1',