Python Dependencies Management: pip show, pip tree, pip list etc. (opens in new tab)
Having uncontrolled package dependencies can lead to some unintended consequences, like version conflict and even malicious and vulnerable packages. Let’s see what happens when you let those dependency trees go unchecked.
Read the original article