mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 23:19:11 +00:00
chore(project): update optional dependencies and classifiers
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
parent
b4b7cadf0d
commit
21967209b8
@ -13,15 +13,18 @@ keywords = [
|
|||||||
authors = [{ name = "K4YT3X", email = "i@k4yt3x.com" }]
|
authors = [{ name = "K4YT3X", email = "i@k4yt3x.com" }]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
"Intended Audience :: Developers",
|
||||||
|
"Intended Audience :: End Users/Desktop",
|
||||||
|
"License :: OSI Approved :: GNU Affero General Public License v3",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.6",
|
|
||||||
"Programming Language :: Python :: 3.7",
|
|
||||||
"Programming Language :: Python :: 3.8",
|
|
||||||
"Programming Language :: Python :: 3.9",
|
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Programming Language :: Python :: 3.12",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
|
"Programming Language :: Python",
|
||||||
"Topic :: Multimedia :: Video",
|
"Topic :: Multimedia :: Video",
|
||||||
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||||
"Topic :: Scientific/Engineering :: Image Processing",
|
"Topic :: Scientific/Engineering :: Image Processing",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
@ -31,15 +34,17 @@ dependencies = [
|
|||||||
"pillow>=9.1.0",
|
"pillow>=9.1.0",
|
||||||
"pynput>=1.7.6",
|
"pynput>=1.7.6",
|
||||||
"rich>=12.0.0",
|
"rich>=12.0.0",
|
||||||
"waifu2x-ncnn-vulkan-python>=1.0.4",
|
|
||||||
"srmd-ncnn-vulkan-python>=1.0.2",
|
|
||||||
"realsr-ncnn-vulkan-python>=1.0.6",
|
|
||||||
"rife-ncnn-vulkan-python>=1.2.1",
|
|
||||||
"realcugan-ncnn-vulkan-python>=1.0.2",
|
|
||||||
"anime4k-python>=1.0.0",
|
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
waifu2x = ["waifu2x-ncnn-vulkan-python>=1.0.4"]
|
||||||
|
srmd = ["srmd-ncnn-vulkan-python>=1.0.2"]
|
||||||
|
realsr = ["realsr-ncnn-vulkan-python>=1.0.6"]
|
||||||
|
rife = ["rife-ncnn-vulkan-python>=1.2.1"]
|
||||||
|
realcugan = ["realcugan-ncnn-vulkan-python>=1.0.2"]
|
||||||
|
anime4k = ["anime4k-python>=1.0.0"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
homepage = "https://github.com/k4yt3x/video2x/"
|
homepage = "https://github.com/k4yt3x/video2x/"
|
||||||
documentation = "https://github.com/k4yt3x/video2x/wiki"
|
documentation = "https://github.com/k4yt3x/video2x/wiki"
|
||||||
|
Loading…
Reference in New Issue
Block a user