From 142e464f54decac8dfb55c1bed0369492d13a61d Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:40:36 -0700 Subject: [PATCH] fix(ci): restore `imaging` extra for mkdocs-material --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ccb444e..5b75150a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] dev = ["tagstudio[mkdocs,mypy,pre-commit,pyinstaller,pytest,ruff]"] -mkdocs = ["mkdocs-material==9.*"] +mkdocs = ["mkdocs-material[imaging]==9.*"] mypy = ["mypy==1.15.0", "mypy-extensions==1.*", "types-ujson~=5.10"] pre-commit = ["pre-commit~=4.2"] pyinstaller = ["Pyinstaller~=6.13"]