You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pyproject.toml 495 B

12345678910111213141516171819
  1. [project]
  2. name = "opencv-plot"
  3. version = "0.3.8"
  4. authors = [
  5. { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" },
  6. { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" },
  7. ]
  8. description = "Dora Node for plotting text and bbox on image with OpenCV"
  9. requires-python = ">=3.8"
  10. dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "opencv-python >= 4.1.1"]
  11. [dependency-groups]
  12. dev = ["pytest >=8.1.1", "ruff >=0.9.1"]
  13. [project.scripts]
  14. opencv-plot = "opencv_plot.main:main"