0
0
forked from flt/tools
Files
pdf_unlock/cord/pyproject.toml
2025-08-04 16:10:57 +08:00

12 lines
234 B
TOML

[project]
name = "Reaction-Cord"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.10"
dependencies = [
"matplotlib>=3.10.5",
"openpyxl>=3.1.5",
"pandas>=2.3.1",
"streamlit>=1.47.1",
]