From 8602978a0a0df98d4c3cdaf6c4f28b73f239111d Mon Sep 17 00:00:00 2001 From: jlw_4049 Date: Wed, 28 Aug 2024 14:17:51 -0400 Subject: [PATCH] refactor: update hook to support latest versions of VapourSynth --- hooks/hook-vapoursynth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/hook-vapoursynth.py b/hooks/hook-vapoursynth.py index 73bca5d..d817ff5 100644 --- a/hooks/hook-vapoursynth.py +++ b/hooks/hook-vapoursynth.py @@ -22,6 +22,7 @@ hiddenimports = [ "collections.namedtuple", "collections.abc.Iterable", "collections.abc.Mapping", + "concurrent.futures", "concurrent.futures.Future", "fractions", ]