Post #802590
2026-03-20 04:21 UTC
Anybody have a good example setup for a uv-free Django project using pyproject.toml and some kind of lock file? I feel like I'm missing some fundamentals
Replies (3)
-
@trey@indieweb.social 2026-03-20 15:34
I was hoping there'd be a better option than pip-tools, but I'm not seeing it so far.
-
@konsonantenboy@hachyderm.io 2026-03-20 07:17
@trey I’ve switched almost all my projects from poetry and pure pip to uv, but I think a Django Cookie Cutter project would be setup on pip's requirements basis.
-
@oliverandrich@social.tchncs.de 2026-03-20 15:43
@trey I use poetry for this in our main product, and it works without any problems.