Closed damdo closed 5 years ago
This fixes the RequestsDependencyWarning
RequestsDependencyWarning
python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.1) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning)
by upgrading requests from 2.21.0 to 2.22.0. This implies in fact an urllib3 upgrade from 1.25.1 -> 1.25.3 which resolves the warning. ref. https://github.com/streamlink/streamlink/issues/2448#issuecomment-487231468
requests
2.21.0
2.22.0
urllib3
1.25.1
1.25.3
requirements.txt
setup.py
This fixes the
RequestsDependencyWarning
by upgrading
requests
from2.21.0
to2.22.0
. This implies in fact anurllib3
upgrade from1.25.1
->1.25.3
which resolves the warning. ref. https://github.com/streamlink/streamlink/issues/2448#issuecomment-487231468requirements.txt
andsetup.py
have been updated