Skip to content

Instantly share code, notes, and snippets.

@martinsam
Created March 15, 2018 08:40
Show Gist options
  • Save martinsam/e1ddbca1b38bd989235b9bc082fd1b02 to your computer and use it in GitHub Desktop.
Save martinsam/e1ddbca1b38bd989235b9bc082fd1b02 to your computer and use it in GitHub Desktop.
Check dependency for Python packages
# In Your virtual env
pip install pipdeptree
# get all dependencies
pipdeptree
#copy / paste into SublimeText for example
# cmd + shift + F : httplib to search httplib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment