From 0f4d4caf06ff7bdd0ad9e014ee80c832618b9657 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sun, 14 Dec 2025 16:09:43 -0500 Subject: [PATCH] textual is better --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fccf5c1..3979370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]