12345678910111213141516171819 |
- [tool.poetry]
- name = "object-detector"
- version = "0.1.0"
- description = ""
- authors = ["fish <zz1036@qq.com>"]
- readme = "README.md"
- [tool.poetry.dependencies]
- python = "^3.12"
- opencv-python = "^4.9.0.80"
- tqdm = "^4.66.4"
- flask = "^3.0.3"
- gunicorn = "^22.0.0"
- python-dotenv = "^1.0.1"
- [build-system]
- requires = ["poetry-core"]
- build-backend = "poetry.core.masonry.api"
|