[tool.poetry] name = "opencv-plot" version = "0.3.6" authors = [ "Haixuan Xavier Tao ", "Enzo Le Van ", ] description = "Dora Node for plotting text and bbox on image with OpenCV" readme = "README.md" [tool.poetry.dependencies] dora-rs = "^0.3.6" numpy = "< 2.0.0" opencv-python = ">= 4.1.1" python = "^3.7" [tool.poetry.scripts] opencv-plot = "opencv_plot.main:main" opencv-plot-test = "opencv_plot.tests.test_opencv_plot:main" [build-system] requires = ["poetry-core>=1.8.0"] build-backend = "poetry.core.masonry.api"