From a515886ad86e7fc6eb25ed7d5b4f6bc4bd9bbfac Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Wed, 2 Feb 2022 15:17:46 +0000 Subject: [PATCH] updated the setup.cfg to include new dependencies --- setup.cfg | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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]