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

@ -1,4 +1,5 @@
rich
requests
inflect
pydantic
pydantic
humanize

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