21 lines
587 B
TOML
21 lines
587 B
TOML
[tool.poetry]
|
|
name = "camera_latency"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Ruben van de Ven <git@rubenvandeven.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10, <=3.12"
|
|
harvesters = "^1.4.3"
|
|
ipython = "^8.32.0"
|
|
baumer-neoapi = {path = "../../Downloads/Baumer_neoAPI_1.4.1_lin_x86_64_python/wheel/baumer_neoapi-1.4.1-cp34.cp35.cp36.cp37.cp38.cp39.cp310.cp311.cp312-none-linux_x86_64.whl"}
|
|
opencv-python = "^4.11.0.86"
|
|
tqdm = "^4.67.1"
|
|
qrcode = "^8.0"
|
|
pyglet = "^2.1.2"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|