summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2023-09-18 12:37:04 +0200
committerCalum Lind <calumlind+deluge@gmail.com>2023-09-18 12:37:04 +0200
commit015b0660be203ea7f70f8e52143656335dd5d0a6 (patch)
treec0125f0fba079354a6669ff65bac9ad2b2666655 /requirements.txt
parent[UI][Common] Add support for BitTorrent V2 file tree (diff)
downloaddeluge-015b0660be203ea7f70f8e52143656335dd5d0a6.tar.xz
deluge-015b0660be203ea7f70f8e52143656335dd5d0a6.zip
[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.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 7df660fcf..86ffca6ac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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