Version 2.20+ of requests is required for this. urllib3 is a dependency of requests, but versions 1.25+ only work with newer versions of setuptools. We couldn’t install a newer version of setuptools, so we fixed urllib3 to the latest installable version (1.24.3).
Version 2.20+ of
requests
is required for this.urllib3
is a dependency ofrequests
, but versions 1.25+ only work with newer versions ofsetuptools
. We couldn’t install a newer version ofsetuptools
, so we fixedurllib3
to the latest installable version (1.24.3).Fixes #351.