[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:
parent
a459e78268
commit
015b0660be
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue