From 4390d5ec12349e5b5bba30af6b4e7f08678af41a Mon Sep 17 00:00:00 2001 From: coletdev Date: Wed, 9 Mar 2022 05:44:05 +1300 Subject: Add brotli content-encoding support (#2433) Authored by: coletdjnz --- pyinst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyinst.py') diff --git a/pyinst.py b/pyinst.py index f135ec90d..ca115fd78 100644 --- a/pyinst.py +++ b/pyinst.py @@ -74,7 +74,7 @@ def version_to_list(version): def dependency_options(): - dependencies = [pycryptodome_module(), 'mutagen'] + collect_submodules('websockets') + dependencies = [pycryptodome_module(), 'mutagen', 'brotli'] + collect_submodules('websockets') excluded_modules = ['test', 'ytdlp_plugins', 'youtube-dl', 'youtube-dlc'] yield from (f'--hidden-import={module}' for module in dependencies) -- cgit v1.2.3