textual is better

This commit is contained in:
Harivansh Rathi 2025-12-14 16:09:43 -05:00
parent 933b466c25
commit 0f4d4caf06

View file

@ -6,7 +6,7 @@ readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.10"
dependencies = [
"pytermgui>=7.7.0",
"textual>=1.0.0",
"watchdog>=4.0.0",
"typer>=0.12.0",
]