refactor: migrate exec bridge to asyncio

This commit is contained in:
banteg
2025-12-29 11:35:19 +04:00
parent 9037c67328
commit 489a50aec6
4 changed files with 362 additions and 294 deletions
+1 -2
View File
@@ -5,9 +5,8 @@ description = "Telegram bridge tools for Codex."
readme = "readme.md"
requires-python = ">=3.12"
dependencies = [
"httpx>=0.28.1",
"markdown-it-py",
"requests",
"sulguk",
"typer",
]