Skip to content

Commit

Permalink
Remove chardet version upper limit
Browse files Browse the repository at this point in the history
Let requests maintainers handle the upper limit if necessary.
  • Loading branch information
kimsin98 committed Sep 13, 2022
1 parent 9567368 commit 0f27cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
requires = {
'core': [
'platformdirs',
'chardet>=3.0.4, <5.0.0', # rarely used but small/omnipresent
'chardet>=3.0.4', # rarely used but small/omnipresent
'colorama; platform_system=="Windows"',
'distro; python_version >= "3.8"',
'importlib-metadata >=3.6; python_version < "3.10"',
Expand Down

0 comments on commit 0f27cd5

Please sign in to comment.