Open felixhammerl opened 6 years ago
piprot is no longer maintained. It recommends using pip or pipenv directly:
NOTE: this package is no longer maintained. You can use
pip list --outdated
orpipenv update --outdated
to show outdated packages (with a little less whimsy).
The issue linked to in the previous comment no longer exists.
As a python developer I want piprot to run when I use
Pipfile
instead ofrequirements.txt
So that I can get outdated my dependencies detected.Description
Currently the module
python-piprot
runs only when arequirements.txt
is present. It does not recognizePipfile
, an alternative to the widely usedrequirements.txt
.Acceptance Criteria
python-piprot
whenPipfile
orrequirements.txt
is presentUnresolved Questions
Pipfile
? Please update when https://github.com/sesh/piprot/issues/71 is merged.