mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-04-16 03:50:18 +00:00
chore: requirements update
This commit is contained in:
parent
1326ab66a2
commit
c44813a212
@ -10,10 +10,12 @@ description = "Extract Arcaea play result from your screenshot."
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"imutils==0.5.4",
|
"attrs==23.1.0",
|
||||||
|
"black==23.3.0",
|
||||||
"numpy==1.24.3",
|
"numpy==1.24.3",
|
||||||
"opencv-python==4.7.0.72",
|
"opencv-python==4.6.0.66",
|
||||||
"pytesseract==0.3.10",
|
"paddleocr==2.7.0.1",
|
||||||
|
"pre-commit==3.3.3",
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
@ -24,9 +26,6 @@ classifiers = [
|
|||||||
"Homepage" = "https://github.com/283375/arcaea-offline-ocr"
|
"Homepage" = "https://github.com/283375/arcaea-offline-ocr"
|
||||||
"Bug Tracker" = "https://github.com/283375/arcaea-offline-ocr/issues"
|
"Bug Tracker" = "https://github.com/283375/arcaea-offline-ocr/issues"
|
||||||
|
|
||||||
[tool.black]
|
|
||||||
extend-exclude = 'src/arcaea_offline_ocr/_builtin_templates.py'
|
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
src_paths = ["src/arcaea_offline_ocr"]
|
src_paths = ["src/arcaea_offline_ocr"]
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
attrs==23.1.0
|
||||||
black==23.3.0
|
black==23.3.0
|
||||||
imutils==0.5.4
|
|
||||||
numpy==1.24.3
|
numpy==1.24.3
|
||||||
opencv-python==4.7.0.72
|
opencv-python==4.6.0.66
|
||||||
pytesseract==0.3.10
|
paddleocr==2.7.0.1
|
||||||
|
pre-commit==3.3.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user