refactor(cli): simplify input handling — drop prompt-toolkit, use readline

This commit is contained in:
Re-bin
2026-02-08 18:23:43 +00:00
parent 5a20f3681d
commit dfa173323c
2 changed files with 10 additions and 192 deletions

View File

@@ -32,7 +32,6 @@ dependencies = [
"python-telegram-bot[socks]>=21.0",
"lark-oapi>=1.0.0",
"socksio>=1.0.0",
"prompt-toolkit>=3.0.47",
]
[project.optional-dependencies]