mirror of
https://github.com/docker/compose.git
synced 2025-07-28 08:04:09 +02:00
Enforce docker>=4.2.1 on pip install
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
d445165955
commit
b61fb7ef90
2
setup.py
2
setup.py
@ -37,7 +37,7 @@ install_requires = [
|
|||||||
'texttable >= 0.9.0, < 2',
|
'texttable >= 0.9.0, < 2',
|
||||||
'websocket-client >= 0.32.0, < 1',
|
'websocket-client >= 0.32.0, < 1',
|
||||||
'distro >= 1.5.0, < 2',
|
'distro >= 1.5.0, < 2',
|
||||||
'docker[ssh] >= 3.7.0, < 5',
|
'docker[ssh] >= 4.2.1, < 5',
|
||||||
'dockerpty >= 0.4.1, < 1',
|
'dockerpty >= 0.4.1, < 1',
|
||||||
'six >= 1.3.0, < 2',
|
'six >= 1.3.0, < 2',
|
||||||
'jsonschema >= 2.5.1, < 4',
|
'jsonschema >= 2.5.1, < 4',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user