mirror of https://github.com/docker/compose.git
Bump texttable dependency
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
3ea8a20cfa
commit
f9aaa72c54
|
@ -17,6 +17,6 @@ PySocks==1.6.7
|
||||||
PyYAML==3.12
|
PyYAML==3.12
|
||||||
requests==2.11.1
|
requests==2.11.1
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
texttable==0.8.8
|
texttable==0.9.1
|
||||||
urllib3==1.21.1
|
urllib3==1.21.1
|
||||||
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, < 0.7',
|
'docopt >= 0.6.1, < 0.7',
|
||||||
'PyYAML >= 3.10, < 4',
|
'PyYAML >= 3.10, < 4',
|
||||||
'requests >= 2.6.1, != 2.11.0, < 2.12',
|
'requests >= 2.6.1, != 2.11.0, < 2.12',
|
||||||
'texttable >= 0.8.1, < 0.9',
|
'texttable >= 0.9.0, < 0.10',
|
||||||
'websocket-client >= 0.32.0, < 1.0',
|
'websocket-client >= 0.32.0, < 1.0',
|
||||||
'docker >= 2.4.2, < 3.0',
|
'docker >= 2.4.2, < 3.0',
|
||||||
'dockerpty >= 0.4.1, < 0.5',
|
'dockerpty >= 0.4.1, < 0.5',
|
||||||
|
|
Loading…
Reference in New Issue