mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
[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
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ pyxdg
|
|||
pillow
|
||||
mako
|
||||
setuptools
|
||||
chardet==4.0.0
|
||||
chardet
|
||||
setproctitle
|
||||
pywin32; sys_platform == 'win32'
|
||||
certifi; sys_platform == 'win32'
|
||||
|
@ -14,4 +14,4 @@ windows-curses; sys_platform == 'win32'
|
|||
zope.interface>=4.4.2
|
||||
distro; 'linux' in sys_platform or 'bsd' in sys_platform
|
||||
pygeoip
|
||||
ifaddr==0.2.0
|
||||
ifaddr>=0.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue