-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
35 lines (33 loc) · 1.09 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
[project]
name = "Unknown6656.CVGLPixelShader"
version = "2.0.0"
authors = [
]
description = "A small package wich enables the modification of OpenCV or NumPy images using OpenGL pixel shaders written in GLSL."
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Environment :: GPU :: NVIDIA CUDA :: 5.0",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Topic :: Multimedia :: Graphics",
]
dependencies = [
"glfw >= 2.5.5",
"numpy >= 1.22.2",
"opencv_python >= 4.5.5.62",
"PyOpenGL >= 3.1.6",
"setuptools >= 58.1.0",
]
[project.urls]
"Homepage" = "https://github.com/Unknown6656-Megacorp/Unknown6656.CVGLPixelShader"
"Bug Tracker" = "https://github.com/Unknown6656-Megacorp/Unknown6656.CVGLPixelShader/issues"
[build-system]
requires = [
"setuptools >= 61.0"
]
build-backend = "setuptools.build_meta"