Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Poetry package manager support #318

Open
joachimBurket opened this issue Mar 30, 2023 · 1 comment
Open

Python Poetry package manager support #318

joachimBurket opened this issue Mar 30, 2023 · 1 comment
Labels
feature request New feature or request

Comments

@joachimBurket
Copy link

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

@joachimBurket joachimBurket added the feature request New feature or request label Mar 30, 2023
@mrijken
Copy link

mrijken commented Aug 31, 2023

I ran in the same issue. When I create an empty (!) requirements.txt file, the extension discovers my virtual environment and performs the scan correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants