Skip to content
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

chore: use pdm for dependency management #154

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

chore: use pdm for dependency management #154

wants to merge 2 commits into from

Conversation

dbluhm
Copy link
Member

@dbluhm dbluhm commented Sep 26, 2024

Poetry works well -- usually. There's an issue with poetry where it requires me to enter my password multiple times while updating packages.

PDM also adheres to PEP 517 and 621. This makes it easier to use with standard tools like pip, if desired.

I have tested pdm and used it extensively in other projects. I am pleased with the tooling it provides and find it to be more than adequate.

@dbluhm
Copy link
Member Author

dbluhm commented Sep 26, 2024

Big downside: PDM doesn't support dependabot yet (or the other way around).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant