From e0e8de4e5d966c6bcface5ea8e7f32c92c6fb78b Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 3 Jan 2025 19:00:41 -0600 Subject: [PATCH] remove old --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e051536..7afbbd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,7 @@ version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.10" -dependencies = [ - "peewee>=3.17.8", - "textual>=1.0.0", -] +dependencies = ["peewee>=3.17.8", "textual>=1.0.0"] [project.scripts] hello = "tt:hello"