Files
tools/cord/pyproject.toml
2025-08-04 16:04:38 +08:00

13 lines
246 B
TOML

[project]
name = "tmp2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"matplotlib>=3.10.5",
"openpyxl>=3.1.5",
"pandas>=2.3.1",
"streamlit>=1.47.1",
]