-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
38 lines (36 loc) · 1.23 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[project]
name = "jovi_spout"
description = "ComfyUI Nodes for using Spout streams "
version = "1.0.5"
license = { file = "LICENSE" }
readme = "README.md"
authors = [{ name = "Alexander G. Morano", email = "[email protected]" }]
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Developers",
]
requires-python = ">=3.11"
dependencies = [
"aenum",
"loguru",
"numpy>=1.26.4,<2.0.0; python_version < '3.12'",
"numpy>=2.0.0; python_version > '3.11'",
"opencv-contrib-python",
"PyOpenGL",
"PyOpenGL-accelerate; python_version < '3.12'",
"SpoutGL; platform_system==\"Windows\"",
]
[project.urls]
Homepage = "https://github.com/Amorano/Jovi_Spout"
Documentation = "https://github.com/Amorano/Jovi_Spout/wiki"
Repository = "https://github.com/Amorano/Jovi_Spout"
Issues = "https://github.com/Amorano/Jovi_Spout/issues"
[tool.comfy]
PublisherId = "amorano"
DisplayName = "Jovi Spout"
Icon = "https://raw.githubusercontent.com/Amorano/Jovimetrix-examples/refs/heads/master/res/logo-jovi_spout.png"