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", ]