|
|
@@ -42,7 +42,6 @@ packages = ['requests']
|
|
|
|
|
|
requires = [
|
|
|
'charset_normalizer~=2.0.0; python_version >= "3"',
|
|
|
- 'chardet>=3.0.2,<5; python_version < "3"',
|
|
|
'idna>=2.5,<3; python_version < "3"',
|
|
|
'idna>=2.5,<4; python_version >= "3"',
|
|
|
'urllib3>=1.21.1,<1.27',
|
|
|
@@ -108,8 +107,7 @@ setup(
|
|
|
extras_require={
|
|
|
'security': [],
|
|
|
'socks': ['PySocks>=1.5.6, !=1.5.7'],
|
|
|
- 'socks:sys_platform == "win32" and python_version == "2.7"': ['win_inet_pton'],
|
|
|
- 'use_chardet_on_py3': ['chardet>=3.0.2,<5']
|
|
|
+ 'socks:sys_platform == "win32" and python_version == "2.7"': ['win_inet_pton']
|
|
|
},
|
|
|
project_urls={
|
|
|
'Documentation': 'https://requests.readthedocs.io',
|