pipdeptree 查看Python包之间的依赖关系
# 安装
pip install pipdeptree -i http://mirrors.aliyun.com/pypi/simple/
# 帮助信息
pipdeptree --help
# 查看pipdeptree的依赖包
pipdeptree -p pipdeptree
# 查看哪些包依赖pipdeptree
pipdeptree -p pipdeptree -r
# 安装
pip install pipdeptree -i http://mirrors.aliyun.com/pypi/simple/
# 帮助信息
pipdeptree --help
# 查看pipdeptree的依赖包
pipdeptree -p pipdeptree
# 查看哪些包依赖pipdeptree
pipdeptree -p pipdeptree -r