diff options
author | 2024-07-30 12:44:09 +0100 | |
---|---|---|
committer | 2024-07-30 12:47:04 +0100 | |
commit | a0654c613a56da55b02768037512a9c3d84b25cf (patch) | |
tree | d18f7a3e618ea03f17b31897b81856562cca7366 /pyproject.toml | |
parent | Disable caching of FreeIPA client (diff) |
Mark the LDAP group as optional
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 465683a..8968ead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,8 @@ pre-commit = "3.7.1" ruff = "0.5.4" taskipy = "1.13.0" +[tool.poetry.group.ldap] +optional = true [tool.poetry.group.ldap.dependencies] bonsai = "^1.5.3" |