updated the setup.cfg to include new dependencies

This commit is contained in:
k4yt3x 2022-02-02 15:17:46 +00:00
parent a7629db518
commit a515886ad8

View File

@ -5,7 +5,7 @@
# build & publish commands # build & publish commands
# pip3 install --user -U setuptools wheel twine build # pip3 install --user -U setuptools wheel twine build
# python3 -m build -nx . # python3 -m build .
# python3 -m twine upload --repository pypi dist/* # python3 -m twine upload --repository pypi dist/*
[metadata] [metadata]
@ -27,7 +27,17 @@ classifiers =
[options] [options]
packages = find: 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 python_requires = >=3.6
[options.entry_points] [options.entry_points]