summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-06-21 10:56:10 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2021-07-31 22:08:23 +0100
commit8fb25f71f30733b24304a09ae401800dfa82324d (patch)
treec92d9e4c9808ba980a78c4bad98cfa2050806f67 /requirements.txt
parenta3332079db827773a1c92b8ef28d1efb12b4e4a2 (diff)
downloaddeluge-8fb25f71f30733b24304a09ae401800dfa82324d.tar.gz
deluge-8fb25f71f30733b24304a09ae401800dfa82324d.tar.bz2
deluge-8fb25f71f30733b24304a09ae401800dfa82324d.zip
[Install] Update and fix python optional requirements
* Added required dependency setuptools to install_requires * Remove optional dependency ipaddress from install_requires * Created extras_require in setup.py. The optional dependencies should not be included in install_requires so that users can either install forked dependencies or remove problematic ones. Updated documentation to detail how to install these optional dependencies. * Fixed README badge Refs: * https://dev.deluge-torrent.org/ticket/3470 * https://dev.deluge-torrent.org/ticket/3282 * https://dev.deluge-torrent.org/ticket/3353
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 89ca5b167..c9cfee9eb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,4 +10,4 @@ setproctitle
pywin32; sys_platform == 'win32'
certifi; sys_platform == 'win32'
zope.interface>=4.4.2
-distro; 'win' not in sys_platform
+distro; 'linux' in sys_platform or 'bsd' in sys_platform