Bump texttable dependency

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-08-02 17:02:30 -07:00 committed by Joffrey F
parent 3ea8a20cfa
commit f9aaa72c54
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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',