mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
updated the setup.cfg to include new dependencies
This commit is contained in:
parent
a7629db518
commit
a515886ad8
14
setup.cfg
14
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]
|
||||
|
Loading…
Reference in New Issue
Block a user