summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-26 16:55:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-26 16:55:30 +0000
commitd7bec2791986d17cf48797e0ecee1afe9735de42 (patch)
treeb52e265cf78623ffb503a90518183a4963868070 /requirements.txt
parentReleasing debian version 2.1.2~dev0+20230827-1. (diff)
downloaddeluge-d7bec2791986d17cf48797e0ecee1afe9735de42.tar.xz
deluge-d7bec2791986d17cf48797e0ecee1afe9735de42.zip
Merging upstream version 2.1.2~dev0+20230918.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--requirements.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 7df660f..a26ec75 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,9 +4,10 @@ rencode
pyopenssl
pyxdg
pillow
+pillow<=9; python_version=="3.7"
mako
setuptools
-chardet==4.0.0
+chardet
setproctitle
pywin32; sys_platform == 'win32'
certifi; sys_platform == 'win32'
@@ -14,4 +15,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