Indicio-tech / pydid

Python library for validating, constructing, and representing DIDs and DID Documents
Apache License 2.0
11 stars 12 forks source link

chore: use pdm for dependency management #154

Open dbluhm opened 2 weeks ago

dbluhm commented 2 weeks ago

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 commented 2 weeks ago

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