[tool.poetry] name = "image-binarization" version = "0.1.0" description = "" authors = ["JacobLinCool "] 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"