a way to enforce the poetry version in pyproject.toml
#6088
Labels
kind/feature
Feature requests/implementations
pyproject.toml
#6088
Feature Request
i would like to be able to pin the poetry version in
pyproject.toml
to make sure that other developers working on my project do not generate incompatiblepoetry.lock
files.apparently you can set the version in
build-system.requires
, but that's only for building wheels? my project does not build wheels so other collaborators will never get an error if they're using an incorrect version of poetry.The text was updated successfully, but these errors were encountered: