Skip to content

Python Poetry package manager support #318

@joachimBurket

Description

@joachimBurket

Is your feature request related to a problem? Please describe.
The extension needs a requirements.txt to work, so Python projects using Poetry are not supported by default.

Describe the solution you'd like to see
Support Poetry projects (with the dependencies listed in the pyproject.toml file.

Describe alternatives you've considered
Manually export the dependencies from the virtualenv in a requirements.txt file with

pip freeze > requirements.txt

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions