-
I'm new to poetry, and created a pyproject.toml suitable for poetry v2. I included:
as mentioned in the v2 docs. I also have author, description etc within the However when run with v1, this fails - and indeed other elements in the config cause problems too:
Ideally I'd like anyone using the project with an earlier version of poetry to get an error saying 'poetry version >2 is required' or similar Any best practice/tricks to achieve this other than
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately the At the moment we are not considering a backport of this feature. |
Beta Was this translation helpful? Give feedback.
Unfortunately the
requires-poetry
option was only added to Poetry at 2.0.0. This means that earlier versions of Poetry will not recognize this.At the moment we are not considering a backport of this feature.