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-pyparted'
|
||||
'python-textual'
|
||||
'python-markdown-it-py'
|
||||
'python-linkify-it-py'
|
||||
'systemd'
|
||||
'util-linux'
|
||||
'xfsprogs'
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ dependencies = [
|
|||
"pydantic==2.12.5",
|
||||
"cryptography>=45.0.7",
|
||||
"textual>=5.3.0",
|
||||
"markdown-it-py[linkify]>=4.0.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Reference in New Issue