Sorry Python but it is what it is.
5 points
Pip stores everything inside of some random txt file that doesn’t differentiate between packages and dependencies.
12 points
1 point
If you want to export your local environment, isn’t usually a requirements.txt used?
6 points
5 points
Yes, but this file is created by you and not pip. It’s not like package.json from npm. You don’t even need to create this file.
4 points
Honestly its a simple and straightforward solution. What’s wrong with it?
1 point
*