mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 03:36:16 +00:00
322faa7a54
with newer versions of twisted, a regression was added for the GTK reactor on Windows. it effects all versions, including latest (currently 24.3.0). So will prevent the upgrade on Windows only. Issue: https://dev.deluge-torrent.org/ticket/3634 Related: https://github.com/twisted/twisted/issues/11987 Closes: https://github.com/deluge-torrent/deluge/pull/448
20 lines
411 B
Plaintext
20 lines
411 B
Plaintext
libtorrent
|
|
twisted[tls]>=17.1; sys_platform != 'win32'
|
|
twisted[tls]<23,>=17.1; sys_platform == 'win32'
|
|
rencode
|
|
pyopenssl
|
|
pyxdg
|
|
pillow
|
|
pillow<=9; python_version=="3.7"
|
|
mako
|
|
setuptools
|
|
chardet
|
|
setproctitle
|
|
pywin32; sys_platform == 'win32'
|
|
certifi; sys_platform == 'win32'
|
|
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
|