top | item 44365887

(no title)

jerrygenser | 8 months ago

You do not write requirements by hand. You write requirements.in and uv pip-compile to requirements.txt

discuss

order

greener_grass|8 months ago

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

I thought it only locks down hashes?

jerrygenser|8 months ago

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