docs: isolate docs dependencies to avoid python-ldap build (#6753)

This commit is contained in:
Hayden
2025-12-20 20:45:59 -06:00
committed by GitHub
parent efb9dae681
commit 9925450173
3 changed files with 8 additions and 1 deletions

View File

@@ -57,6 +57,9 @@ pgsql = [
]
[dependency-groups]
docs = [
"mkdocs-material==9.7.0",
]
dev = [
"coverage==7.13.0",
"coveragepy-lcov==0.1.2",