deluge/requirements.txt
Calum Lind 3b8f71613b [Packaging] Fix deps for win32
- Fixed trying to install py2-ipaddress breaking on Python3.
- Add wheel universal option so Py2 and Py3 wheel built.
2018-11-12 10:10:41 +00:00

14 lines
233 B
Plaintext

twisted[tls]>=16.6
rencode
pyopenssl
pyxdg
pillow
mako
chardet
six
setproctitle
pywin32; sys_platform == 'win32'
py2-ipaddress; sys_platform == 'win32' and python_version == '2'
certifi; sys_platform == 'win32'
zope.interface>=4.4.2