-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
feature requestNew feature or requestNew feature or request
Description
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.txtAdditional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request