diff options
author | 2024-07-26 19:44:13 +0100 | |
---|---|---|
committer | 2024-07-26 19:44:13 +0100 | |
commit | 307ea9ce1198afef421faad3c51869d12da187ce (patch) | |
tree | be79cb38b935a2d7cf310f18fd1f6df499f66aca | |
parent | Cache the creation of clients for directory APIs (diff) |
Move bonsai to new LDAP group in dependencies
-rw-r--r-- | poetry.lock | 2 | ||||
-rw-r--r-- | pyproject.toml | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/poetry.lock b/poetry.lock index 1d6f457..e0d08d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1820,4 +1820,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "c4b243678bca489b8240e2a6711a8b3b9b978963d7ff591cc62058180a6df294" +content-hash = "621fe71b3062c5a518b2096e2b258bbe2d6266286f02b7b11b8e9b4093e95e2f" 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" |