aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 914c74d..621125d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,17 +14,17 @@ pydis-core = "11.5.1"
audioop-lts = "0.2.1"
beautifulsoup4 = "4.13.3"
+humanize = "4.12.0"
+jishaku = "2.6.0"
+kubernetes_asyncio = "32.0.0"
+loguru = "0.7.3"
pydantic = "2.10.6"
pydantic-settings = "2.7.1"
-loguru = "0.7.3"
-kubernetes_asyncio = "32.0.0"
-tabulate = { extras = ["widechars"], version = "0.9.0" }
-jishaku = "2.6.0"
-sentry-sdk = "2.21.0"
-humanize = "4.12.0"
-wand = "0.6.13"
python-freeipa = "1.0.8" # 1.0.9 adds gssapi which currently can't be built in our image
python-keycloak = "5.3.1"
+sentry-sdk = "2.21.0"
+tabulate = { extras = ["widechars"], version = "0.9.0" }
+wand = "0.6.13"
[tool.poetry.dev-dependencies]
pre-commit = "4.1.0"