forked from pradana.aumars/videocr
16 lines
239 B
TOML
16 lines
239 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
pytesseract = "*"
|
|
pillow = "*"
|
|
opencv-python = "*"
|
|
fuzzywuzzy = {extras = ["speedup"],version = "*"}
|
|
|
|
[requires]
|
|
python_version = "3.7"
|