mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Allow charset normalizer >=2 and <3 (#6169)
This commit is contained in:
committed by
GitHub
parent
73793ce43e
commit
0e28c8f1dc
@@ -5,7 +5,7 @@ provides-extra =
|
||||
use_chardet_on_py3
|
||||
requires-dist =
|
||||
certifi>=2017.4.17
|
||||
charset_normalizer~=2.0.0
|
||||
charset_normalizer>=2,<3
|
||||
idna>=2.5,<4
|
||||
urllib3>=1.21.1,<1.27
|
||||
|
||||
|
||||
Reference in New Issue
Block a user