Created
March 15, 2018 08:40
-
-
Save martinsam/e1ddbca1b38bd989235b9bc082fd1b02 to your computer and use it in GitHub Desktop.
Check dependency for Python packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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