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

Request: Add support for Python Pipenv to read packages from Pipfile/Pipfile.lock #1143

Open
felickz opened this issue May 29, 2024 · 1 comment
Labels
detector:pip The pip detector status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality)

Comments

@felickz
Copy link

felickz commented May 29, 2024

Today component detection is not able to detect any packages in the Pipfile/Pipefile.lock manifests.

@cobya
Copy link
Contributor

cobya commented May 31, 2024

@felickz I'm not too familiar with this, but I briefly looked over the spec and it seems like parsing the file to generate a flat list of dependencies would be fairly straightforward, but there isn't a good mechanism included for generating a dependency graph (which packages brought in which dependencies).

If you have any additional context here such as how frequently this is used in Python builds, I would appreciate it.

@cobya cobya added status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality) detector:pip The pip detector labels May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
detector:pip The pip detector status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

2 participants