|
|
|
|
|
by kstrauser
227 days ago
|
|
That works, more or less. But now you have a requirements.txt file with 300 dependencies. Which ones do you actually care about, and which are just transitive things that your top-level deps brought along for the ride? And a year later, when GitHub's Dependabot is telling you have a security vulnerability in some package you've never heard of, do you remember if you even care about that package in the first place, or if it's left over cruft from that time you experimented with aiohttp instead of httpx? |
|
uv does it a lot faster and generates requirements.txts that are cross-platform, which is a nice improvement.