From f3ba67989162263a5eb2ca2fb78cd62adcfb8400 Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 19 Feb 2026 23:07:15 +0100 Subject: [PATCH] project: move textual-dev to dev-dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 872f0ef..d4c43ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,6 @@ dependencies = [ "orjson>=3.11.4", "sqlmodel>=0.0.27", "textual>=6.7.1", - "textual-dev>=1.8.0", ] [project.urls] @@ -51,6 +50,7 @@ dev = [ "pytest-asyncio>=1.3.0", "pytest-cov>=7.0.0", "pytest-textual-snapshot>=1.0.0", + "textual-dev>=1.8.0", "twine>=6.2.0", ]