Including the sources in the lockfile has the advantage of being able to install the dependencies with pip or uv directly from the lockfile.
From the code it seems like there was a conscious decision to do it differently, but I'm not sure what the reasoning was back then and whether it's still applicable.
I'm absolutely open for discussions!
Including the sources in the lockfile has the advantage of being able to install the dependencies with
pip
oruv
directly from the lockfile.From the code it seems like there was a conscious decision to do it differently, but I'm not sure what the reasoning was back then and whether it's still applicable. I'm absolutely open for discussions!