jfrog / jfrog-vscode-extension

JFrog VS-Code Extension
https://jfrog.github.io/jfrog-vscode-extension
Apache License 2.0
189 stars 35 forks source link

Python Poetry package manager support #318

Open joachimBurket opened 1 year ago

joachimBurket commented 1 year ago

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

mrijken commented 1 year ago

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.