[Doppins] Upgrade dependency tabulate to ==0.8.1 (#953)

* Upgrade dependency tabulate to ==0.8.0

* Upgrade dependency tabulate to ==0.8.1
This commit is contained in:
Doppins 2017-10-25 20:19:25 +02:00 committed by kevgliss
parent c1cd5c71e0
commit 0d001b358e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ install_requires = [
'boto3==1.4.6', 'boto3==1.4.6',
'acme==0.18.2', 'acme==0.18.2',
'retrying==1.3.3', 'retrying==1.3.3',
'tabulate==0.7.7', 'tabulate==0.8.1',
'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',