Get rid of fire dependency

This commit is contained in:
AuroraWright
2025-04-10 12:59:35 +02:00
parent 77007611cf
commit b8fda7d4a4
5 changed files with 81 additions and 92 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "owocr"
version = "1.13.10"
version = "1.13.11"
description = "Japanese OCR"
readme = "README.md"
requires-python = ">=3.11"
@@ -16,7 +16,6 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"fire",
"jaconv",
"loguru",
"numpy",