juftin / hatch-pip-compile

hatch plugin to use pip-compile (or uv) to manage project dependencies and lockfiles
http://juftin.com/hatch-pip-compile/
MIT License
76 stars 3 forks source link

Why is pip-tools being installed into the destination virtualenv? #41

Closed oprypin closed 10 months ago

oprypin commented 10 months ago

I thought it could be just turned into a dependency rather because it's a utility of the plugin itself, so they both should reside in hatch's origin environment, rather than the target virtual environment

oprypin commented 10 months ago

Answer "why" is here :)