pipenv icon indicating copy to clipboard operation
pipenv copied to clipboard

Make the Pipfile.lock output be functional

Open jefer94 opened this issue 1 year ago • 3 comments

Usually, some dependencies change their place, and others markers change, in every execution, even if these have no updates, this generates unnecessary diff in reading.

My proposal is, for a pipfile with x=23.2 and y=2.33.5, what resolves the sub-dependencies a=3.0 and b=5.3.1, the output must keep equal in each execution, like a functional function.

jefer94 avatar May 02 '24 22:05 jefer94