[CI] Remove chardet version constraint

The version was pinned due to issues with Python 3.10.5 in CI but with
latest versions of Python 3.10 this no longer seems to be an issue.
This commit is contained in:
Calum Lind 2023-09-18 11:37:04 +01:00
parent a459e78268
commit 015b0660be
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ pyxdg
pillow pillow
mako mako
setuptools setuptools
chardet==4.0.0 chardet
setproctitle setproctitle
pywin32; sys_platform == 'win32' pywin32; sys_platform == 'win32'
certifi; sys_platform == 'win32' certifi; sys_platform == 'win32'
@ -14,4 +14,4 @@ windows-curses; sys_platform == 'win32'
zope.interface>=4.4.2 zope.interface>=4.4.2
distro; 'linux' in sys_platform or 'bsd' in sys_platform distro; 'linux' in sys_platform or 'bsd' in sys_platform
pygeoip pygeoip
ifaddr==0.2.0 ifaddr>=0.2.0