21 lines
439 B
TOML
21 lines
439 B
TOML
[project]
|
|
name = "traptools"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [{ name = "Ruben van de Ven", email = "git@rubenvandeven.com" }]
|
|
requires-python = "~=3.12"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"ipykernel>=6.29.5",
|
|
"matplotlib>=3.10.3",
|
|
"opencv-python>=4.10.0.84,<5",
|
|
"pillow>=11.2.1",
|
|
"tqdm>=4.66.6,<5",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|