refactor: update hook to support latest versions of VapourSynth

This commit is contained in:
jlw_4049 2024-08-28 14:17:51 -04:00
parent 4c4a12d1dc
commit 8602978a0a

@ -22,6 +22,7 @@ hiddenimports = [
"collections.namedtuple", "collections.namedtuple",
"collections.abc.Iterable", "collections.abc.Iterable",
"collections.abc.Mapping", "collections.abc.Mapping",
"concurrent.futures",
"concurrent.futures.Future", "concurrent.futures.Future",
"fractions", "fractions",
] ]