mirror of https://github.com/docker/compose.git
setup.py: Expose test dependencies as extra "tests"
Signed-off-by: Sebastian Pipping <sebastian@pipping.org>
This commit is contained in:
parent
1c28b5a5d0
commit
9887121c2c
1
setup.py
1
setup.py
|
@ -60,6 +60,7 @@ extras_require = {
|
||||||
'ipaddress >= 1.0.16, < 2'],
|
'ipaddress >= 1.0.16, < 2'],
|
||||||
':sys_platform == "win32"': ['colorama >= 0.4, < 1'],
|
':sys_platform == "win32"': ['colorama >= 0.4, < 1'],
|
||||||
'socks': ['PySocks >= 1.5.6, != 1.5.7, < 2'],
|
'socks': ['PySocks >= 1.5.6, != 1.5.7, < 2'],
|
||||||
|
'tests': tests_require,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue