diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
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" |