-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
For the analysis of how heavily a package relies on external dependencies, we can use the include_external_packages argument in the build_graph. This analysis can be used to determine which modules are affected when a dependency is removed/replaced or made optional.
Standard library imports are not relevant for this analysis, as we cannot remove them anyway.
I would like to be able to exclude them, preferably when building the graph. Alternatively, they can be filtered out later.
For this use case, I would suggest exposing the build graph arguments through impulse so that users can perform this analysis quickly from the command line.
Metadata
Metadata
Assignees
Labels
No labels