[Utils] Add humanize_number() function to chat formatting (#2836)

This adds babel as a dependency, and also includes `redbot.core.i18n.get_babel_locale()`
This commit is contained in:
Draper
2019-08-27 23:44:52 +01:00
committed by Toby Harradine
parent 6c3a3fea66
commit 3c1b6ae4cf
15 changed files with 238 additions and 80 deletions

View File

@@ -31,6 +31,7 @@ install_requires =
appdirs==1.4.3
async-timeout==3.0.1
attrs==19.1.0
babel==2.7.0
chardet==3.0.4
Click==7.0
colorama==0.4.1