diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e176dd0..92e611b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ jishaku = "2.5.2" sentry-sdk = "2.11.0" humanize = "4.10.0" wand = "0.6.13" -bonsai = "^1.5.3" python-freeipa = "^1.0.8" python-keycloak = "^4.2.3" @@ -31,6 +30,9 @@ pre-commit = "3.7.1" ruff = "0.5.4" taskipy = "1.13.0" +[tool.poetry.group.ldap.dependencies] +bonsai = "^1.5.3" + [tool.taskipy.tasks] start = "python -m arthur" lint = "pre-commit run --all-files" |