webscopeio / license.sh

License checker tool - We're in a beta phase, any help is appreciated, especially reporting issues
https://webscopeio.github.io/license.sh
MIT License
40 stars 6 forks source link

Pipdeptree issue #187

Open 4rokis opened 3 years ago

4rokis commented 3 years ago
(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

4rokis commented 3 years ago

@jvorcak WDYT?