diff options
| author | 2024-03-30 21:40:14 +0000 | |
|---|---|---|
| committer | 2024-03-30 21:40:14 +0000 | |
| commit | 6333e7c9287273e6adcb1e0dec1da75063066afb (patch) | |
| tree | 0bbf5d7ef47c3afb0aeb72a28a9e24bd63f31a2f /pyproject.toml | |
| parent | init pod table list with an initial empty-list (diff) | |
Add humanize
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" |