Skip to content

Python - add support for Poetry and PipEnv #4995

@agmond

Description

@agmond

Hi,

As more and more modern Python applications start using Poetry or PipEnv for managing their dependencies, please support those packaging tools, in addition to the existing (experimental) support in requirements.txt.

Poetry
Poetry uses a pyproject.toml file to declare on dependencies, and a lock file named poetry.lock.
The dependency specification can be found here.

Examples (taken from Poetry repo):

PipEnv
PipEnv uses Pipfile & Pipfile.lock.

Examples (taken from PipEnv repo):

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions