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

Support pipenv  #32

@nitrocode

Description

@nitrocode

It would be nice if pipenv was supported.

https://pipenv.readthedocs.io/en/latest/

It doesn't have a requirements.txt file, instead it has Pipfile and Pipfile.lock files

pipenv run pip install -r <(pipenv lock -r) --target .

Source: pypa/pipenv#746 (comment)

Would be enough to install all of its dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions