Files
doslang-mirror/pyproject.toml
T

10 lines
215 B
TOML

[project]
name = "ferrolang"
version = "0.1.0"
description = "Ferro language compiler and QEMU development automation"
requires-python = ">=3.12"
dependencies = [
"onnxruntime>=1.28.0",
"rapidocr>=3.9.2",
]