Add missing linkify dependency (#4208)
* Add missing linkify dependency * Update PKGBUILD
This commit is contained in:
parent
4f87ccba28
commit
683996c44f
2
PKGBUILD
2
PKGBUILD
|
|
@ -29,6 +29,8 @@ depends=(
|
||||||
'python-pydantic'
|
'python-pydantic'
|
||||||
'python-pyparted'
|
'python-pyparted'
|
||||||
'python-textual'
|
'python-textual'
|
||||||
|
'python-markdown-it-py'
|
||||||
|
'python-linkify-it-py'
|
||||||
'systemd'
|
'systemd'
|
||||||
'util-linux'
|
'util-linux'
|
||||||
'xfsprogs'
|
'xfsprogs'
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ dependencies = [
|
||||||
"pydantic==2.12.5",
|
"pydantic==2.12.5",
|
||||||
"cryptography>=45.0.7",
|
"cryptography>=45.0.7",
|
||||||
"textual>=5.3.0",
|
"textual>=5.3.0",
|
||||||
|
"markdown-it-py[linkify]>=4.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue