traptools/pyproject.toml

17 lines
321 B
TOML
Raw Normal View History

2024-11-19 20:26:53 +00:00
[tool.poetry]
name = "traptools"
version = "0.1.0"
description = ""
authors = ["Ruben van de Ven <git@rubenvandeven.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
opencv-python = "^4.10.0.84"
tqdm = "^4.66.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"