add optional keyring dependency target in pyproject.toml #2109
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello.
Thank you very much for PDM, incredible work, much appreciated here.
We are considering recommending PDM for the whole company, but we would very much need our contributors being able to install PDM "the right way" (meaning: with keyring included from the start) in one go, simply (and not having to run
pip install keyring
orpipx inject pdm keyring
afterward), because we really value the password being stored in a safe way. And what comes with theall
optional dependencies really looks irrelevant and cumbersome for our use case.We think
keyring
is a very, very import dependency. For comparison, Poetry made it mandatory.If you think it's worth an entry in the NEWS file, I will fill one.
Thank you very much.