File size: 463 Bytes
e73dc89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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"