diff options
author | 2025-02-15 16:25:40 +0000 | |
---|---|---|
committer | 2025-02-15 16:25:40 +0000 | |
commit | 3c22dd2963b8d8bdc8a43278acb7875a026f4178 (patch) | |
tree | 6d10cdb6071a18281605beb0473c8c3b97bedb03 /pyproject.toml | |
parent | Add audioop-lts which is required to run discord.py in 3.13 (diff) |
Sort dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 14 |
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" |