mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
Require docker-py 0.5 or later for insecure_registry kwarg
Signed-off-by: Jason Bernardino Alonso <jalonso@luminoso.com>
This commit is contained in:
parent
1c5194e2ec
commit
c270e9d622
2
setup.py
2
setup.py
@ -31,7 +31,7 @@ install_requires = [
|
|||||||
'texttable >= 0.8.1, < 0.9',
|
'texttable >= 0.8.1, < 0.9',
|
||||||
'websocket-client >= 0.11.0, < 0.12',
|
'websocket-client >= 0.11.0, < 0.12',
|
||||||
'dockerpty >= 0.2.3, < 0.3',
|
'dockerpty >= 0.2.3, < 0.3',
|
||||||
'docker-py >= 0.3.2, < 0.6',
|
'docker-py >= 0.5, < 0.6',
|
||||||
'six >= 1.3.0, < 2',
|
'six >= 1.3.0, < 2',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user