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", ]