diff --git a/setup.cfg b/setup.cfg index e49d3b7..eeae6ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ # build & publish commands # pip3 install --user -U setuptools wheel twine build -# python3 -m build -nx . +# python3 -m build . # python3 -m twine upload --repository pypi dist/* [metadata] @@ -27,7 +27,17 @@ classifiers = [options] packages = find: -install_requires = ffmpeg-python; loguru; opencv-python; pillow; rich; tqdm +install_requires = + ffmpeg-python + loguru + opencv-python + pillow + rich + tqdm + realsr-ncnn-vulkan-python + rife-ncnn-vulkan-python + srmd-ncnn-vulkan-python + waifu2x-ncnn-vulkan-python python_requires = >=3.6 [options.entry_points]