Skip to content

Commit 231f400

Browse files
committed
fix: add wcmatch dependency
1 parent 1d03c45 commit 231f400

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nix/package/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
qt6,
77
stdenv,
88
wrapGAppsHook,
9+
wcmatch,
910

1011
pillow-jxl-plugin,
1112
pyside6,

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies = [
3030
"typing_extensions~=4.13",
3131
"ujson~=5.10",
3232
"vtf2img~=0.1",
33+
"wcmatch==10.*",
3334
]
3435

3536
[project.optional-dependencies]

0 commit comments

Comments
 (0)