pypa / pipenv

Python Development Workflow for Humans.

Home Page:https://pipenv.pypa.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the Pipfile.lock output be functional

jefer94 opened this issue · 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.

What version of pipenv are you? The markers should be consistent as of about a year ago.

I'm using 2023.12.1 thought of extra/python-pipenv package in Archlinux.