Bump texttable from 0.9.1 to 1.6.2

Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
This commit is contained in:
Ulysses Souza 2019-07-08 14:52:30 +02:00
parent 3d693f3733
commit 0bfa1c34f0
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ PySocks==1.6.7
PyYAML==4.2b1
requests==2.22.0
six==1.10.0
texttable==0.9.1
texttable==1.6.2
urllib3==1.24.2; python_version == '3.3'
websocket-client==0.32.0

View File

@ -34,7 +34,7 @@ install_requires = [
'docopt >= 0.6.1, < 1',
'PyYAML >= 3.10, < 5',
'requests >= 2.20.0, < 3',
'texttable >= 0.9.0, < 1',
'texttable >= 0.9.0, < 2',
'websocket-client >= 0.32.0, < 1',
'docker[ssh] >= 3.7.0, < 5',
'dockerpty >= 0.4.1, < 1',