Y
Hacker News
new
|
ask
|
show
|
jobs
by
gugagore
581 days ago
Does pip-compile do the same? Or what's the difference?
1 comments
reubenmorais
581 days ago
pip-compile, poetry, Pipenv, et al all try do roughly the same, with various caveats and design differences (e.g. Pipenv is not meant to be used in libraries, only applications). uv is the latest kid in the block.
link