[Build] Add missing setuptools to requirements

Although likely to already be installed this is a runtime requirement
for Deluge
This commit is contained in:
Calum Lind 2022-01-20 14:49:53 +00:00
parent 2316088f5c
commit 1a9affbbac
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ pyopenssl
pyxdg
pillow
mako
setuptools
chardet
setproctitle
pywin32; sys_platform == 'win32'