pycrest / PyCrest

Python library for accessing the EVE Online CREST API
MIT License
35 stars 22 forks source link

import urllib3 directly if not in requests #11

Closed wtfrank closed 9 years ago

wtfrank commented 9 years ago

On debian/ubuntu, requests relies on the system-distributed urllib3 rather than that distributed within requests

Dreae commented 9 years ago

Cheers :+1: