mirror of https://github.com/docker/compose.git
Bump SDK version to latest
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
985010b887
commit
183110e0b0
|
@ -3,7 +3,7 @@ cached-property==1.3.0
|
|||
certifi==2017.4.17
|
||||
chardet==3.0.4
|
||||
colorama==0.3.9; sys_platform == 'win32'
|
||||
docker==2.5.1
|
||||
docker==2.6.0
|
||||
docker-pycreds==0.2.1
|
||||
dockerpty==0.4.1
|
||||
docopt==0.6.2
|
||||
|
@ -15,7 +15,7 @@ jsonschema==2.6.0
|
|||
pypiwin32==219; sys_platform == 'win32'
|
||||
PySocks==1.6.7
|
||||
PyYAML==3.12
|
||||
requests==2.11.1
|
||||
requests==2.18.4
|
||||
six==1.10.0
|
||||
texttable==0.9.1
|
||||
urllib3==1.21.1
|
||||
|
|
4
setup.py
4
setup.py
|
@ -33,10 +33,10 @@ install_requires = [
|
|||
'cached-property >= 1.2.0, < 2',
|
||||
'docopt >= 0.6.1, < 0.7',
|
||||
'PyYAML >= 3.10, < 4',
|
||||
'requests >= 2.6.1, != 2.11.0, < 2.12',
|
||||
'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
|
||||
'texttable >= 0.9.0, < 0.10',
|
||||
'websocket-client >= 0.32.0, < 1.0',
|
||||
'docker >= 2.5.1, < 3.0',
|
||||
'docker >= 2.6.0, < 3.0',
|
||||
'dockerpty >= 0.4.1, < 0.5',
|
||||
'six >= 1.3.0, < 2',
|
||||
'jsonschema >= 2.5.1, < 3',
|
||||
|
|
Loading…
Reference in New Issue