Update pyproject metadata and poetry lockfile

This commit is contained in:
Chris Proctor 2023-06-02 13:58:04 -04:00
parent 84aec0ea1b
commit 597bed23f6
2 changed files with 74 additions and 18 deletions

86
poetry.lock generated
View File

@ -1,10 +1,56 @@
# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand.
[[package]]
name = "cmudict"
version = "1.0.2"
description = "\"A versioned python wrapper package for The CMU Pronouncing Dictionary data files.\""
version = "1.0.13"
description = "A versioned python wrapper package for The CMU Pronouncing Dictionary data files."
category = "main"
optional = false
python-versions = ">=2.7"
python-versions = ">=3.7.2,<4.0.0"
files = [
{file = "cmudict-1.0.13-py3-none-any.whl", hash = "sha256:93859ffe137f59c2938347b4bd5aab534d12191b9e719160ceb4f26a5e2de9a0"},
{file = "cmudict-1.0.13.tar.gz", hash = "sha256:09dab0a848924e43aab3cb9199189dd7f8adf6c98b2c09cb6bb06a85039f431b"},
]
[package.dependencies]
importlib-metadata = ">=5.1.0,<6.0.0"
importlib-resources = ">=5.10.1,<6.0.0"
[[package]]
name = "importlib-metadata"
version = "5.2.0"
description = "Read metadata from Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "importlib_metadata-5.2.0-py3-none-any.whl", hash = "sha256:0eafa39ba42bf225fc00e67f701d71f85aead9f878569caf13c3724f704b970f"},
{file = "importlib_metadata-5.2.0.tar.gz", hash = "sha256:404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd"},
]
[package.dependencies]
zipp = ">=0.5"
[package.extras]
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
perf = ["ipython"]
testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)"]
[[package]]
name = "importlib-resources"
version = "5.12.0"
description = "Read resources from Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "importlib_resources-5.12.0-py3-none-any.whl", hash = "sha256:7b1deeebbf351c7578e09bf2f63fa2ce8b5ffec296e0d349139d43cca061a81a"},
{file = "importlib_resources-5.12.0.tar.gz", hash = "sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6"},
]
[package.extras]
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
[[package]]
name = "pronouncing"
@ -13,20 +59,30 @@ description = "A simple interface for the CMU pronouncing dictionary"
category = "main"
optional = false
python-versions = "*"
files = [
{file = "pronouncing-0.2.0.tar.gz", hash = "sha256:ff7856e1d973b3e16ff490c5cf1abdb52f08f45e2c35e463249b75741331e7c4"},
]
[package.dependencies]
cmudict = ">=0.4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "db19ee347247adbba13f8059b24005c899bc8232b84721a607f72aa67d9f6878"
[[package]]
name = "zipp"
version = "3.15.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556"},
{file = "zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"},
]
[metadata.files]
cmudict = [
{file = "cmudict-1.0.2-py2.py3-none-any.whl", hash = "sha256:e4cb67669a5734680c1dd7368e5ffe96fabe5e9bba56bbfc5464423e48136aca"},
{file = "cmudict-1.0.2.tar.gz", hash = "sha256:85b03098a9b45c18112f584ac2418348ecbae56b8e66f0d947bba53e4b51e5dd"},
]
pronouncing = [
{file = "pronouncing-0.2.0.tar.gz", hash = "sha256:ff7856e1d973b3e16ff490c5cf1abdb52f08f45e2c35e463249b75741331e7c4"},
]
[package.extras]
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "0839be5a946fc29b0f8ad77bf5064c6f1f48333681d9aadef5e37e9f00f50270"

View File

@ -1,12 +1,12 @@
[tool.poetry]
name = "mwc-pedprog-unit01-lab00"
name = "lab_autopoetry"
version = "0.1.0"
description = ""
authors = ["Chris <github.com@accounts.chrisproctor.net>"]
authors = ["Chris <chris@chrisproctor.net>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.11"
pronouncing = "^0.2.0"
[tool.poetry.dev-dependencies]