Vineet Naik

Results 104 comments of Vineet Naik

Hi @andy-maier. Sorry for a very late response. At present `pipdeptree` completely relies on the `pip`'s code that's installed in the env. So the scope is limited to the information...

There is an open PR that fixes it - https://github.com/naiquevin/pipdeptree/pull/154. I thought there was 1 more week before 21.3 is released. Let me see if a new version can be...

Released pipdeptree version 2.2.0 with the fix.

I haven't had the time to look at the changes in pip. It seems like `--user-only` and `--local-only` options can be supported (because pip still supports them). I am bit...

I've fixed the behaviour of `--user-only` and `--freeze` flags in latest commits on master. If any of you are using the `--user-only` flag, can you please test it against your...

@rickhg12hs Thanks for testing it. > Did pipdeptree formerly warn about dependencies met through --user install? To be honest, I am not sure. I will try running an older version...

@rickhg12hs I could reproduce this issue by installing ansible with `--user` flag ``` vagrant@tmpvm:~/pipdeptree$ python3 pipdeptree.py -u -p ansible defaultdict(, {: []}) Warning!!! Possibly conflicting dependencies found: * ansible==2.9.21 -...

Published version 2.2.1 to pypi

First of all, sorry for a very late reply! Finally got around to looking at the PRs on this project. Regarding #99 : I think just making the `pkg.key` lowercase...