feat: add textual dependency for TUI

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 12:40:59 -05:00
parent 3e88d1d481
commit ff40ef7803
2 changed files with 67 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ dependencies = [
"pyyaml>=6.0",
"httpx>=0.27",
"structlog>=24.0",
"textual>=4.0.0",
]
[project.optional-dependencies]