scanner-cli icon indicating copy to clipboard operation
scanner-cli copied to clipboard

Module python-piprot should support Pipfile

Open felixhammerl opened this issue 7 years ago • 1 comments

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-piprot when Pipfile or requirements.txt is present

Unresolved Questions

  • [ ] Does piprot support Pipfile? Please update when https://github.com/sesh/piprot/issues/71 is merged.

felixhammerl avatar Oct 29 '18 10:10 felixhammerl

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 or pipenv update --outdated to show outdated packages (with a little less whimsy).

The issue linked to in the previous comment no longer exists.

z0u avatar Feb 11 '19 00:02 z0u