add psutil check for vcmp
This commit is contained in:
@@ -128,6 +128,7 @@ def check_scripts() -> Dict[str, List[Tuple[bool, str|None]]]:
|
|||||||
check_python_lib("argparse"),
|
check_python_lib("argparse"),
|
||||||
check_python_lib("logging"),
|
check_python_lib("logging"),
|
||||||
check_python_lib("tempfile"),
|
check_python_lib("tempfile"),
|
||||||
|
check_python_lib("psutil"),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
return checks
|
return checks
|
||||||
|
|||||||
Reference in New Issue
Block a user