VMHQA / pyproject.toml
JosephNguyen's picture
feat: initial data commit
a9eaf01 verified
Raw
History Blame Contribute Delete
201 Bytes
[project]
name = "vmhqa-main"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"openpyxl>=3.1.5",
"pandas>=2.3.3",
]