Y
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
greener_grass
355 days ago
Does `pip-compile` solve deps and transitive deps?
I thought it only locks down hashes?
link
jerrygenser
355 days ago
Yes it does. And it will fail if there is a combination that is not resolvable.
link
I thought it only locks down hashes?