deps: constrain textual version
This commit is contained in:
parent
e348748a5c
commit
4c36e50c96
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ dependencies = [
|
||||||
"natsort>=8.4.0",
|
"natsort>=8.4.0",
|
||||||
"orjson>=3.11.4",
|
"orjson>=3.11.4",
|
||||||
"sqlmodel>=0.0.27",
|
"sqlmodel>=0.0.27",
|
||||||
"textual>=6.7.1",
|
"textual>=6.7.1,<=7.5.0", # https://codeberg.org/small-hack/open-slopware#python
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue