20 lines
380 B
TOML
20 lines
380 B
TOML
requires = [
|
|
"setuptools>=61.0"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "ArPoser"
|
|
description = "Library for retrieving 3D rotaion from camera image of ArTag"
|
|
dynamic = ["version"]
|
|
requires-python = ">=3.9"
|
|
authors = [
|
|
{ name = "Jens Ahrensfeld" }
|
|
]
|
|
dependencies = [
|
|
"opencv-python",
|
|
"opencv-contrib-python",
|
|
"scipy"
|
|
]
|
|
readme = "README.md"
|