0
0
forked from flt/tools

Reaction fix

This commit is contained in:
2025-08-04 16:21:40 +08:00
parent e3eb7aeeec
commit 2a81a49540
2 changed files with 4 additions and 11 deletions

View File

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

4
cord/requirements.txt Normal file
View File

@ -0,0 +1,4 @@
matplotlib>=3.10.5
openpyxl>=3.1.5
pandas>=2.3.1
streamlit>=1.47.1