123456789101112131415161718 |
- [tool.poetry]
- name = "dlib-demo"
- version = "0.1.0"
- description = ""
- authors = ["ggsky <49913154+ggsky@users.noreply.github.com>"]
- readme = "README.md"
- [tool.poetry.dependencies]
- python = "^3.10"
- dlib = "^19.24.4"
- opencv-python = "^4.9.0.80"
- numpy = "^1.26.4"
- pandas = "^2.2.2"
- [build-system]
- requires = ["poetry-core"]
- build-backend = "poetry.core.masonry.api"
|