17 lines
321 B
TOML
17 lines
321 B
TOML
|
[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"
|