Skip to content

Commit a304e5a

Browse files
committed
fix: add wcmatch dependency
1 parent e18be65 commit a304e5a

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
@@ -31,6 +31,7 @@
3131
ujson,
3232
vtf2img,
3333
wrapGAppsHook,
34+
wcmatch,
3435

3536
withJXLSupport ? false,
3637
}:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = [
2929
"vtf2img==0.1.0",
3030
"toml==0.10.2",
3131
"pydantic==2.9.2",
32+
"wcmatch==10.*",
3233
]
3334

3435
[project.optional-dependencies]

0 commit comments

Comments
 (0)