Redesigning the terminal tool (#11)

This commit is contained in:
Ahmed Allam
2025-08-16 23:43:29 -07:00
committed by GitHub
parent ccab853c0f
commit 198a5e4a61
12 changed files with 673 additions and 545 deletions

View File

@@ -59,6 +59,7 @@ textual = "^4.0.0"
xmltodict = "^0.13.0"
pyte = "^0.8.1"
requests = "^2.32.0"
libtmux = "^0.46.2"
[tool.poetry.group.dev.dependencies]
# Type checking and static analysis
@@ -126,6 +127,7 @@ module = [
"gql.*",
"textual.*",
"pyte.*",
"libtmux.*",
]
ignore_missing_imports = true