project: move textual-dev to dev-dependencies
This commit is contained in:
parent
514bf1295e
commit
f3ba679891
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue