Refactor/cleanup

This commit is contained in:
alexiondev
2026-05-08 17:18:58 -04:00
parent 799aa9fa3d
commit 1b904e04ea
18 changed files with 214 additions and 357 deletions

View File

@@ -9,6 +9,7 @@ dependencies = [
"opencv-python>=4.7.0",
"Pillow>=9.5.0",
"numpy>=1.24.0",
"tqdm>=4.65.0",
]
[project.optional-dependencies]
@@ -16,7 +17,6 @@ dev = [
"pytest>=7.3.0",
"ruff>=0.0.270",
"mypy>=1.3.0",
"tqdm>=4.65.0",
]
[tool.ruff]