pipenv icon indicating copy to clipboard operation
pipenv copied to clipboard

`pipenv graph` no longer shows version info

Open tucked opened this issue 1 year ago • 0 comments

pipenv install sampleproject
$ pipenv --version
pipenv, version 2024.4.0
$ pipenv graph
sampleproject==4.0.0
└── peppercorn

It used to include version info:

$ /usr/bin/pipenv --version
pipenv, version 2023.12.1
$ /usr/bin/pipenv graph
sampleproject==4.0.0
└── peppercorn [required: Any, installed: 0.6]

tucked avatar Nov 14 '24 22:11 tucked