add pooetry plugins

This commit is contained in:
barry 2025-01-11 01:48:05 +01:00
parent 7f16831109
commit f3645368ec

View File

@ -21,6 +21,10 @@ ruff = "^0.9.0"
[tool.poetry.scripts]
run-tests = "unittest:main"
[tool.poetry.requires-plugins]
poetry-plugin-export = "^1.8"
poetry-plugin-shell = "^1.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"