Post #1953466
2026-03-20 15:40 UTC
@trey I haven't used it in a Django project per se, but you should be about to use PDM, I think. It uses its own lock file format by default, but also supports the pep standard format as well (and it will become default eventually).
https://pdm-project.org/en/stable/usage/lockfile/
Replies (1)
-
@trey@indieweb.social 2026-03-20 15:45
@pythonbynight Oh wow! This looks very nice. How have I never heard of this?