diff options
| author | 2024-07-26 19:44:13 +0100 | |
|---|---|---|
| committer | 2024-07-26 19:44:13 +0100 | |
| commit | 307ea9ce1198afef421faad3c51869d12da187ce (patch) | |
| tree | be79cb38b935a2d7cf310f18fd1f6df499f66aca /pyproject.toml | |
| parent | Cache the creation of clients for directory APIs (diff) | |
Move bonsai to new LDAP group in dependencies
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" | 
