scanner-cli
scanner-cli copied to clipboard
Module python-piprot should support Pipfile
As a python developer
I want piprot to run when I use Pipfile instead of requirements.txt
So that I can get outdated my dependencies detected.
Description
Currently the module python-piprot runs only when a requirements.txt is present. It does not recognize Pipfile, an alternative to the widely used requirements.txt.
Acceptance Criteria
- Runs
python-piprotwhenPipfileorrequirements.txtis present
Unresolved Questions
- [ ] Does piprot support
Pipfile? Please update when https://github.com/sesh/piprot/issues/71 is merged.
piprot is no longer maintained. It recommends using pip or pipenv directly:
NOTE: this package is no longer maintained. You can use
pip list --outdatedorpipenv update --outdatedto show outdated packages (with a little less whimsy).
The issue linked to in the previous comment no longer exists.