license.sh
license.sh copied to clipboard
Pipdeptree issue
(license.sh) theodore@milacik:~/Workspace/license.sh$ pipdeptree -h
usage: pipdeptree [-h] [-v] [-f] [-a] [-l] [-u] [-w [{silence,suppress,fail}]] [-r] [-p PACKAGES] [-e PACKAGES] [-j]
[--json-tree] [--graph-output OUTPUT_FORMAT]
Dependency tree of the installed python packages
By definition pipdeptree command list dependencies tree from installed in the virtualdev (--local-only), this dean't necessary means that what is defined in pipfile. Dev dependencies and whatever dependencies installed in this virtual env will be included
@jvorcak WDYT?