Yeah the one being removed is the "correct" way which I found at https://github.com/juftin/hatch-pip-compile/blob/main/docs/upgrading.md
I did not do it on purpose no 😊 my all means remove it if it is isn't being used
I think having explicit imports is more readable and gives me an overview of what the module is interfacing with.
I think we can debate this forever :P
I would say that we should go with "do…
Well, yes. I mostly use for instance from django.db import models
in my own models
modules, because it is a standard - but I actually would love to be more explicit everywhere.
When push…
So apparently the difference is a meager 6MB. The only thing we want is to have the requirements file when installing dependencies and then copy stuff in. I've done that in https://git.data.coop/da…