From 1a9affbbace5e3edb2f46e99ab93c28f0cd0e1cc Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Thu, 20 Jan 2022 14:49:53 +0000 Subject: [PATCH] [Build] Add missing setuptools to requirements Although likely to already be installed this is a runtime requirement for Deluge --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 99e646c18..800b45828 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ pyopenssl pyxdg pillow mako +setuptools chardet setproctitle pywin32; sys_platform == 'win32'