fix(cli): skip process title dependency on Windows

This commit is contained in:
Xubin Ren
2026-08-23 21:13:14 +08:00
parent cfc872fb52
commit ab7351be63
+1 -1
View File
@@ -39,7 +39,7 @@ dependencies = [
"qrcode[pil]>=8.0",
"croniter>=6.0.0,<7.0.0",
"prompt-toolkit>=3.0.50,<4.0.0",
"setproctitle>=1.3.7,<2.0.0",
"setproctitle>=1.3.7,<2.0.0; sys_platform != 'win32'",
"questionary>=2.0.0,<3.0.0",
"mcp>=1.26.0,<2.0.0",
"json-repair>=0.57.0,<1.0.0",