Upgrade pyproject for poetry 2 spec

This commit is contained in:
Chris Proctor 2025-01-13 17:50:24 -05:00
parent d7aa79a094
commit ca7f43b086
1 changed files with 1 additions and 3 deletions

View File

@ -6,11 +6,9 @@ authors = ["Chris Proctor <chris@chrisproctor.net>"]
license = "MIT" license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.10"
click = "^8.1.3" click = "^8.1.3"
[tool.poetry.dev-dependencies]
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"