mirror of
https://github.com/docker/compose.git
synced 2025-07-31 01:24:15 +02:00
Fix docker-py requirement in setup.py
I updated requirements.txt but forgot about setup.py, so the version on pypi is broken for people who already have docker-py 0.5.0 installed. Closes #547. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
6580c5609c
commit
7a943739cb
2
setup.py
2
setup.py
@ -30,7 +30,7 @@ install_requires = [
|
|||||||
'requests >= 2.2.1, < 3',
|
'requests >= 2.2.1, < 3',
|
||||||
'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',
|
||||||
'docker-py >= 0.5, < 0.6',
|
'docker-py >= 0.5.3, < 0.6',
|
||||||
'six >= 1.3.0, < 2',
|
'six >= 1.3.0, < 2',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user