4 ms·
You do not write requirements by hand. You write requirements.in and uv pip-compile to requirements.txt
by jerrygenser 1y ago
You do not write requirements by hand. You write requirements.in and uv pip-compile to requirements.txt
- greener_grass 1y agoDoes `pip-compile` solve deps and transitive deps? I thought it only locks down hashes?
- jerrygenser 1y agoYes it does. And it will fail if there is a combination that is not resolvable.