0
0
forked from flt/tools

reaction cord

This commit is contained in:
2025-08-04 16:04:38 +08:00
parent 91f42cecb4
commit eadf4820c3
2 changed files with 201 additions and 0 deletions

12
cord/pyproject.toml Normal file
View File

@ -0,0 +1,12 @@
[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",
]