chhantyal / py3readiness

Python 3 support graph for most popular packages
http://chhantyal.net/py3readiness
BSD 2-Clause "Simplified" License
159 stars 70 forks source link

use secure URL #31

Closed nickjacobson closed 8 years ago

nickjacobson commented 8 years ago

This only worked locally for me when using https to connect to PyPI. When using only http I would get a 403 response error.

nickjacobson commented 8 years ago

Note, at some point it could be changed to https://pypi.io/pypi like caniusepython3 did here: https://github.com/brettcannon/caniusepython3/commit/2e3280f88dc3e835848c4923f4a419589a0224e2

chhantyal commented 8 years ago

Thank you