mirror of
https://github.com/docker/compose.git
synced 2026-07-03 14:53:58 +00:00
Merge pull request #6792 from ulyssessouza/bump-texttable
Bump texttable from 0.9.1 to 1.6.2
This commit is contained in:
commit
f9d1075a5d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue