project: move textual-dev to dev-dependencies

This commit is contained in:
bronsen 2026-02-19 23:07:15 +01:00
parent 514bf1295e
commit f3ba679891

View file

@ -31,7 +31,6 @@ dependencies = [
"orjson>=3.11.4", "orjson>=3.11.4",
"sqlmodel>=0.0.27", "sqlmodel>=0.0.27",
"textual>=6.7.1", "textual>=6.7.1",
"textual-dev>=1.8.0",
] ]
[project.urls] [project.urls]
@ -51,6 +50,7 @@ dev = [
"pytest-asyncio>=1.3.0", "pytest-asyncio>=1.3.0",
"pytest-cov>=7.0.0", "pytest-cov>=7.0.0",
"pytest-textual-snapshot>=1.0.0", "pytest-textual-snapshot>=1.0.0",
"textual-dev>=1.8.0",
"twine>=6.2.0", "twine>=6.2.0",
] ]