aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-03-30 21:40:14 +0000
committerGravatar Joe Banks <[email protected]>2024-03-30 21:40:14 +0000
commit6333e7c9287273e6adcb1e0dec1da75063066afb (patch)
tree0bbf5d7ef47c3afb0aeb72a28a9e24bd63f31a2f /pyproject.toml
parentinit pod table list with an initial empty-list (diff)
Add humanize
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1fa3dbe..06eef73 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,6 +18,7 @@ kubernetes_asyncio = "29.0.0"
tabulate = { extras = ["widechars"], version = "0.9.0" }
jishaku = "2.5.2"
sentry-sdk = "1.40.4"
+humanize = "^4.9.0"
[tool.poetry.dev-dependencies]
pre-commit = "3.6.1"