12345678910111213141516171819202122 |
- [tool.poetry]
- name = "flask-image-matcher"
- version = "0.1.0"
- description = ""
- authors = ["fish <zz1036@qq.com>"]
- readme = "README.md"
- [tool.poetry.dependencies]
- python = "^3.12"
- flask = "^3.1.0"
- openpyxl = "^3.1.5"
- pillow = "^11.1.0"
- opencv-python = "^4.11.0.86"
- scikit-image = "^0.25.2"
- werkzeug = "^3.1.3"
- flask-sqlalchemy = "^3.1.1"
- python-docx = "^1.1.2"
- [build-system]
- requires = ["poetry-core"]
- build-backend = "poetry.core.masonry.api"
|