mirror of https://github.com/docker/compose.git
Bump texttable from 0.9.1 to 1.6.2
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
This commit is contained in:
parent
3d693f3733
commit
0bfa1c34f0
|
@ -19,6 +19,6 @@ PySocks==1.6.7
|
||||||
PyYAML==4.2b1
|
PyYAML==4.2b1
|
||||||
requests==2.22.0
|
requests==2.22.0
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
texttable==0.9.1
|
texttable==1.6.2
|
||||||
urllib3==1.24.2; python_version == '3.3'
|
urllib3==1.24.2; python_version == '3.3'
|
||||||
websocket-client==0.32.0
|
websocket-client==0.32.0
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ install_requires = [
|
||||||
'docopt >= 0.6.1, < 1',
|
'docopt >= 0.6.1, < 1',
|
||||||
'PyYAML >= 3.10, < 5',
|
'PyYAML >= 3.10, < 5',
|
||||||
'requests >= 2.20.0, < 3',
|
'requests >= 2.20.0, < 3',
|
||||||
'texttable >= 0.9.0, < 1',
|
'texttable >= 0.9.0, < 2',
|
||||||
'websocket-client >= 0.32.0, < 1',
|
'websocket-client >= 0.32.0, < 1',
|
||||||
'docker[ssh] >= 3.7.0, < 5',
|
'docker[ssh] >= 3.7.0, < 5',
|
||||||
'dockerpty >= 0.4.1, < 1',
|
'dockerpty >= 0.4.1, < 1',
|
||||||
|
|
Loading…
Reference in New Issue