File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ geoip2>=4.0,<5.0; python_version >= '3.6'
1010# transitive dependency of geoip2; v2 dropped py2.7 & py3 < 3.6
1111maxminddb < 2.0 ; python_version < '3.6'
1212ipaddress < 2.0 ; python_version < '3.3'
13- requests >= 2.24.0 ,< 3.0.0 ; python_version != '3.3'
13+ requests >= 2.24.0 ,< 3.0.0 ; python_version != '3.3' and python_version != '3.4'
1414# py3.3 doesn't work with the chardet/charset-normalizer detection added in 2.26
1515requests >= 2.24.0 ,< 2.26 ; python_version == '3.3'
16+ # py3.4 isn't supported after requests 2.21
17+ requests == 2.21.0 ; python_version == '3.4'
1618# transitive dependency of requests
1719# 2.0 will drop EOL Python 2.7 & 3.5, just like Sopel 8 plans to
1820urllib3 < 1.27 ; python_version != '3.3' and python_version != '3.4'
You can’t perform that action at this time.
0 commit comments