MicroQA/pyproject.toml

23 lines
424 B
TOML
Raw Permalink Normal View History

2025-08-10 12:27:39 -07:00
[project]
name = "microqa"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"numpy>=2.3.2",
2025-12-20 02:16:41 +00:00
"paddleocr>=3.3.0",
"paddlepaddle>=3.2.2",
2025-08-10 12:27:39 -07:00
"pandas>=2.3.1",
"pillow>=11.3.0",
2025-12-20 02:16:41 +00:00
"psycopg[binary]>=3.2.12",
"pymupdf>=1.26.6",
2025-08-10 12:27:39 -07:00
"pytesseract>=0.3.13",
"requests>=2.32.4",
]
[dependency-groups]
dev = [
"ruff>=0.12.8",
]