Hacker News new | ask | show | jobs
by scratchyone 464 days ago
i’ve started slipping uv into production work projects along with an auto generated requirements.txt for anyone who doesn’t wanna use uv. hoping i can drive adoption on my team while still leaving an alternative for people who don’t wanna use it
1 comments

You mean `uv pip compile pyproject.toml > requirements.txt`?