Elektrine lite

← Feed

@trey@indieweb.social

Post #1953464

2026-03-20 15:34 UTC

I was hoping there'd be a better option than pip-tools, but I'm not seeing it so far.

Replies (1)

  • @pythonbynight@hachyderm.io 2026-03-20 15:40

    @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/

    Open ##1953466