mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
Upgrade Windows-specific dependency colorama
Signed-off-by: Ofek Lev <ofekmeister@gmail.com>
This commit is contained in:
parent
9bccfa8dd0
commit
fe347321c9
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue