tox-dev / pipdeptree

A command line utility to display dependency tree of the installed Python packages
https://pypi.python.org/pypi/pipdeptree
MIT License
2.73k stars 147 forks source link

Use is_missing property in ReqPackage.is_conflicting() for DRYness #385

Closed kemzeb closed 4 days ago

kemzeb commented 4 days ago

Just a small refactor in ReqPackage to keep things DRY.