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

Complete requirements parsing/processing for Python #24

Open
dray92 opened this issue Nov 20, 2018 · 1 comment
Open

Complete requirements parsing/processing for Python #24

dray92 opened this issue Nov 20, 2018 · 1 comment

Comments

@dray92
Copy link

dray92 commented Nov 20, 2018

Per {this}, it seems like the current story for python package information is reading the requirements.txt file. Often times, we find that when developers don't practice proper dependency management, this file is not really the source of truth for all packages that are pulled into the build artifact. With that being said, is there something on the roadmap to parse the contents of the virtualenv and the collection of system level installed python packages?

@jborrey
Copy link
Contributor

jborrey commented Nov 21, 2018

Thanks for the issue. This is very relevant.

Currently there is nothing on the road map relating to this, but it does seem like a good idea.
If you have the time and a good handle on how to do this, feel free to make make a PR.

Otherwise, do you mind elaborating a bit more on the situation and what's required. Then we can turn this into an enhancement ticket that someone might pick up.

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

No branches or pull requests

3 participants
@dray92 @jborrey and others