Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Module python-piprot should support Pipfile #88

Open
1 task
felixhammerl opened this issue Oct 29, 2018 · 1 comment
Open
1 task

Module python-piprot should support Pipfile #88

felixhammerl opened this issue Oct 29, 2018 · 1 comment
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.

Comments

@felixhammerl
Copy link
Collaborator

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

@felixhammerl felixhammerl added help wanted The maintainers would appreciate help from the community in resolving these issues. 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. labels Oct 29, 2018
@z0u
Copy link

z0u commented Feb 11, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Projects
None yet
Development

No branches or pull requests

2 participants