top | item 45752337

(no title)

mhogers | 4 months ago

Seeing a `pip install -r requirements.txt` in a very recently created python project is almost a red flag now...

discuss

order

nomel|4 months 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.