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

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.