migrate to uv

This commit is contained in:
Chris Proctor
2026-01-13 16:27:06 -05:00
parent e8f6f841ba
commit 97d36171c4
3 changed files with 77 additions and 98 deletions

View File

@@ -1,16 +1,15 @@
[tool.poetry]
[project]
name = "lab_autopoetry"
version = "0.1.0"
version = "5.0.0"
description = ""
authors = ["Chris <chris@chrisproctor.net>"]
authors = [{ name = "Chris", email = "chris@chrisproctor.net" }]
requires-python = ">=3.11,<4"
license = "MIT"
dependencies = ["pronouncing>=0.2.0,<0.3"]
[tool.poetry.dependencies]
python = "^3.11"
pronouncing = "^0.2.0"
[tool.poetry.dev-dependencies]
[dependency-groups]
dev = []
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["hatchling"]
build-backend = "hatchling.build"