Update pyproject.toml and poetry.lock for use with recent poetry versions

This commit is contained in:
2025-05-29 11:30:02 +02:00
parent 79c803588f
commit 96a563dc8b
2 changed files with 31 additions and 7 deletions

View File

@@ -10,8 +10,6 @@ python = "^3.10"
pelican = {version = "^4.11.0", extras = ["markdown"]}
typogrify = "^2.0.7"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"