You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --packages option should accept users passing extras e.g. pipdeptree -p mypackage[a,b] so that they can not only filter by package name but by particular extras. This is dependent on completing #107.
The text was updated successfully, but these errors were encountered:
Describe the feature
From #449.
The
--packages
option should accept users passing extras e.g.pipdeptree -p mypackage[a,b]
so that they can not only filter by package name but by particular extras. This is dependent on completing #107.The text was updated successfully, but these errors were encountered: