From c7f8016c4bf791f5d8a5f8ba54e80a1ea599511b Mon Sep 17 00:00:00 2001 From: Alexander Winkler Date: Mon, 18 May 2026 16:26:59 +0200 Subject: [PATCH] add textual as a dependancy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 511f5e8..7b6708a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name="chore-manager" dynamic = ["version"] -dependencies = [] +dependencies = ["textual"] requires-python = ">=3.13" readme = "README.md"