Add humanize for human-readable number representation

This commit is contained in:
hygienic-books 2022-03-17 04:09:17 +01:00
parent bb4defdb82
commit 6aeecabc9b
2 changed files with 4 additions and 1 deletions

View File

@ -2,3 +2,4 @@ rich
requests requests
inflect inflect
pydantic pydantic
humanize

View File

@ -10,6 +10,8 @@ charset-normalizer==2.0.12
# via requests # via requests
commonmark==0.9.1 commonmark==0.9.1
# via rich # via rich
humanize==4.0.0
# via -r requirements.in
idna==3.3 idna==3.3
# via requests # via requests
inflect==5.4.0 inflect==5.4.0