pipdeptree
pipdeptree copied to clipboard
multiple top level dependencies showing from one dependency?
Hi,
I run "pip install jira" on a fresh environment
i see that its installing "PyJWT==2.0.1" and "cryptography==3.3.1"
i run pipdeptree and see image
i see PyJWT==2.0.1 and cryptography==3.3.1 as top level dependencies and not children of jira==2.0.0 is that a bug? or am i missing something?
Are cryptography and PyJWT installed as optional/extra dependencies of jira by any chance? If yes, then can you please try running pipdeptree.py
from the idiot-z-add_extra_require
branch?
That branch has work-in-progress code for supporting extra dependencies.
I think this should be ok now.
When installing jira==2.0.0
I find that pipdeptree 2.3.1 still shows cryptography as a top-level package. From reading the discussion above I expected the issue to be resolved.