This is outdated or incorrect: ```toml [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" ``` It should be updated to use `poetry-core` instead.
This is outdated or incorrect:
It should be updated to use
poetry-coreinstead.