Hacker News new | ask | show | jobs
by jerrygenser 355 days ago
You do not write requirements by hand. You write requirements.in and uv pip-compile to requirements.txt
1 comments

Does `pip-compile` solve deps and transitive deps?

I thought it only locks down hashes?

Yes it does. And it will fail if there is a combination that is not resolvable.