image-binarization / pyproject.toml
JacobLinCool's picture
feat: add app
e73dc89
raw
history blame contribute delete
463 Bytes
[tool.poetry]
name = "image-binarization"
version = "0.1.0"
description = ""
authors = ["JacobLinCool <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{include = "image_binarization"}]
[tool.poetry.dependencies]
python = "~3.11"
gradio = "^3.25.0"
opencv-python = "^4.7.0.72"
numpy = "^1.24.2"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"