diff options
| author | 2024-07-26 14:54:12 +0100 | |
|---|---|---|
| committer | 2024-07-26 14:54:12 +0100 | |
| commit | 7c5d714cd567e01398c118a23169a8873fab1c76 (patch) | |
| tree | 3a45607c9d32c5a136da37a967b8dbf2c160f76f /pyproject.toml | |
| parent | Fix the rules command now that the source file is an rst file (diff) | |
Add new dependencies
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 747c1b9..e176dd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,9 @@ 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" [tool.poetry.dev-dependencies] pre-commit = "3.7.1" |