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

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]