1
0

Lots of Spellchecking done

This commit is contained in:
2022-07-13 22:20:42 +02:00
parent 4095beba84
commit 1f87e72f7d
6 changed files with 5575 additions and 184 deletions

14
poetry.lock generated
View File

@ -1,7 +1,7 @@
[metadata]
lock-version = "1.1"
python-versions = ">=3.9, <3.11"
content-hash = "ec16222486b3250704b376cffdeb2bae938d6208a6adfd754237f980800d1a69"
content-hash = "a8120cd93696a4141262b7267be42706ec2821d04f4a30db0682d7bce5419059"
[metadata.files]
absl-py = [
@ -311,6 +311,7 @@ h5py = [
{file = "h5py-3.6.0-cp39-cp39-win_amd64.whl", hash = "sha256:9fd8a14236fdd092a20c0bdf25c3aba3777718d266fabb0fdded4fcf252d1630"},
{file = "h5py-3.6.0.tar.gz", hash = "sha256:8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29"},
]
humanize = []
idna = [
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
@ -1654,6 +1655,17 @@ python-versions = ">=3.7"
[package.dependencies]
numpy = ">=1.14.5"
[[package]]
name = "humanize"
version = "4.2.3"
description = "Python humanize utilities"
category = "main"
optional = false
python-versions = ">=3.7"
[package.extras]
tests = ["freezegun", "pytest", "pytest-cov"]
[[package]]
name = "idna"
version = "3.3"