1
0

add psutil check for vcmp

This commit is contained in:
2025-01-26 01:42:18 +01:00
parent 51d53f536a
commit 9778dc62fb
+1
View File
@@ -128,6 +128,7 @@ def check_scripts() -> Dict[str, List[Tuple[bool, str|None]]]:
check_python_lib("argparse"),
check_python_lib("logging"),
check_python_lib("tempfile"),
check_python_lib("psutil"),
],
}
return checks