Skip to content

Commit

Permalink
[libs] Comment chardet dependency in requests module config
Browse files Browse the repository at this point in the history
  • Loading branch information
romainr committed Apr 12, 2021
1 parent e74696f commit f8ad0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/core/ext-py/requests-2.25.1/setup.py
Expand Up @@ -42,7 +42,7 @@ def run_tests(self):
packages = ['requests']

requires = [
'chardet>=3.0.2,<5',
# 'chardet>=3.0.2,<5', # LGPL and imports have been removed
'idna>=2.5,<3',
'urllib3>=1.21.1,<1.27',
'certifi>=2017.4.17'
Expand Down

0 comments on commit f8ad0ca

Please sign in to comment.