This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
Module python-piprot should support Pipfile #88
Labels
beginner
Less complex issues which would be good first issues to work on for users who want to contribute.
blocked
Issues blocked on other issues.
help wanted
The maintainers would appreciate help from the community in resolving these issues.
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.The text was updated successfully, but these errors were encountered: