mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
Upgrade Windows-specific dependency colorama
Signed-off-by: Ofek Lev <ofekmeister@gmail.com>
This commit is contained in:
parent
9bccfa8dd0
commit
fe347321c9
2
setup.py
2
setup.py
@ -55,7 +55,7 @@ extras_require = {
|
||||
':python_version < "3.4"': ['enum34 >= 1.0.4, < 2'],
|
||||
':python_version < "3.5"': ['backports.ssl_match_hostname >= 3.5'],
|
||||
':python_version < "3.3"': ['ipaddress >= 1.0.16'],
|
||||
':sys_platform == "win32"': ['colorama >= 0.3.9, < 0.4'],
|
||||
':sys_platform == "win32"': ['colorama >= 0.4, < 0.5'],
|
||||
'socks': ['PySocks >= 1.5.6, != 1.5.7, < 2'],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user