Y
Hacker News
new
|
ask
|
show
|
jobs
by
mhogers
228 days ago
Seeing a `pip install -r requirements.txt` in a very recently created python project is almost a red flag now...
1 comments
nomel
228 days ago
requirements.txt allows pip arguments to be included, so can be doing much more than just listing package names.
For example, installing on an air gapped system, where uv barely has support.
link
For example, installing on an air gapped system, where uv barely has support.