Compare commits

..

No commits in common. "master" and "1.3.3" have entirely different histories.

2 changed files with 1 additions and 2 deletions

@ -1,6 +1,6 @@
# Image-Generator # Image-Generator
A CLI to generate comparison image sets utilizing the power of VapourSynth A CLI to generate comparison image sets with
## Usage ## Usage

@ -22,7 +22,6 @@ 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",
] ]