pip uninstall 移除 package, 无法彻底清理依赖:
$ pip install qu
$ pip show -v qu
...
`Requires: qiniu, click, pytest`
...
$ pip uninstall -y qu
$ pip freeze | grep -E 'qiniu|click|pytest'
`click==6.7`
`pytest==3.3.1`
`qiniu==7.2.0`