mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-31 00:03:01 +03:00
fix(cli): skip process title dependency on Windows
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user