diff --git a/setup.py b/setup.py index 986bae8..a313f4c 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ setup( cmdclass={"build_ext": CMakeBuild}, packages=find_packages('.'), package_dir={'': '.'}, - install_requires=["Pillow"], + install_requires=["Pillow", "click"], extras_require={ "tests": ["nose", "parameterized"], "docs": ["sphinx", "myst-parser", "sphinx-rtd-theme"],