-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat(manager/pep621): implement manager #22082
Conversation
…cted dependencies section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any considerations for related lock files we should think about now?
I have a second PR in the works with lockfile support for PDM. Support for this would be part of the processor interface. I have decided to split this up to ease the review and because we have to coordinate with containerbase. |
Co-authored-by: HonkingGoose <[email protected]>
🎉 This PR is included in version 35.83.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Co-authored-by: HonkingGoose <[email protected]>
Changes
Implements a pep621 manager to support the preferred format for Python projects.
The manager currently manages:
Context
Closes #10187
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via:
https://github.com/secustor/pdm-pep621-reproduction/issues/2