remove dep on poetry-core
All checks were successful
divent / lint (push) Successful in 2m50s
divent / docker (push) Successful in 1m55s
divent / pypi (push) Has been skipped

This commit is contained in:
Michel Roux 2024-11-12 08:15:01 +00:00
parent 1a344a341e
commit 22836dc60a

View File

@ -27,7 +27,7 @@ ruff = "^0.7.3"
types-oauthlib = "^3.2.0" types-oauthlib = "^3.2.0"
[build-system] [build-system]
requires = ["poetry-core>=1.9.1"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.ruff.lint] [tool.ruff.lint]