aclark4life / vanity

Get package download statistics from PyPI
GNU General Public License v2.0
66 stars 14 forks source link

Install requires requests #26

Closed hugovk closed 8 years ago

hugovk commented 8 years ago

PR https://github.com/aclark4life/vanity/pull/23 caused this:

$ pip uninstall requests
...
Successfully uninstalled requests-2.10.0

$ python vanity.py vanity
Traceback (most recent call last):
  File "vanity.py", line 38, in <module>
    import requests
ImportError: No module named requests

See also https://travis-ci.org/hugovk/vanity/builds/154439973

@aclark4life Please can you also enable Travis CI for your aclark4life/vanity repo? That would pick up these problems when PRs are submitted for merge. Enable it here: https://travis-ci.org/profile

hugovk commented 8 years ago

Closing, the main change included in merged PR https://github.com/aclark4life/vanity/pull/30.