We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
pyproject.toml
[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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When setting this repo up locally in editable mode to use with another app, I had to change the
build-system
inpyproject.toml
from:to:
This probably needs updating at the project level but that was out-of-scope for what I was doing.
The text was updated successfully, but these errors were encountered: