From e8b024c3614187ef37a061f44c2683adfa85b525 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 4 Jul 2024 04:29:34 -0400 Subject: [PATCH] [ADD] poetry humanize 4.6.0 --- poetry.lock | 19 ++++++++++++++++++- pyproject.toml | 1 + requirements.txt | 1 + 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 8c94d07..806a10f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1501,6 +1501,23 @@ cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] +[[package]] +name = "humanize" +version = "4.6.0" +description = "Python humanize utilities" +optional = false +python-versions = ">=3.7" +files = [ + {file = "humanize-4.6.0-py3-none-any.whl", hash = "sha256:401201aca462749773f02920139f302450cb548b70489b9b4b92be39fe3c3c50"}, + {file = "humanize-4.6.0.tar.gz", hash = "sha256:5f1f22bc65911eb1a6ffe7659bd6598e33dcfeeb904eb16ee1e705a09bf75916"}, +] + +[package.dependencies] +importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} + +[package.extras] +tests = ["freezegun", "pytest", "pytest-cov"] + [[package]] name = "idna" version = "3.4" @@ -6120,4 +6137,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.7.16" -content-hash = "8fa66a24d2b774e633d771760dec7c21a82c1989f57cee23c0f515a2cd2e74bb" +content-hash = "4f8d2c1303bc22a58fe8c3b8fb162d943c3a3dec2d3c597610298aeefafa8c35" diff --git a/pyproject.toml b/pyproject.toml index 1b3eeb1..300c45f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,7 @@ gitpython = "3.1.30" giturlparse = "0.10.0" greenlet = "0.4.14" html2text = "2016.9.19" +humanize = "4.6.0" invoice2data = "0.3.5" iscompatible = "^0.1.1" isort = "<5.12.0" diff --git a/requirements.txt b/requirements.txt index af68a92..a778aab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,6 +69,7 @@ shapely==1.8.5 # Code generator mysqlclient==2.1.1 python-pptx +humanize==4.6.0 # pyproj >=3.3.0 is not compatible with python 3.7 pyproj==3.2.1