-
Notifications
You must be signed in to change notification settings - Fork 19
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
Support Poetry 2.0 and PEP 621 #1223
Conversation
0136dd9
to
4fb59c8
Compare
7a0e957
to
6538371
Compare
d44b59f
to
dc11979
Compare
aa78492
to
e15503f
Compare
e15503f
to
5896ed4
Compare
5896ed4
to
e122a35
Compare
e122a35
to
b0a1f87
Compare
@edgarrmondragon Not sure if it should be in this PR or not, but for Poetry 2.0+ we should add the following configuration to the README [tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8" This fixes #874 and will ensure the export plugin is available for |
I don't think that's within the scope of this PR, since Poetry is not a direct dependency, but rather an external tool expected to already be installed and available in This project should probably do that after upgrading to use 2.0 for itself, which this PR doesn't address. In the meantime, this project should probably add guidance in the readme/docs for projects that use Poetry 2.0+. |
Yeah, sorry that's what I meant. |
project
section (PEP 621) python-poetry/poetry#9135project
section (PEP 621) python-poetry/poetry-core#708