Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poetry build-system uses outdated API #64

Open
ohnomydjango opened this issue Oct 23, 2024 · 0 comments
Open

poetry build-system uses outdated API #64

ohnomydjango opened this issue Oct 23, 2024 · 0 comments

Comments

@ohnomydjango
Copy link
Contributor

When setting this repo up locally in editable mode to use with another app, I had to change the build-system in pyproject.toml from:

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

to:

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

This probably needs updating at the project level but that was out-of-scope for what I was doing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant