From 2a81a49540c06f895e3927a1db3b5ae091a0756d Mon Sep 17 00:00:00 2001 From: flt6 <1404262047@qq.com> Date: Mon, 4 Aug 2025 16:21:40 +0800 Subject: [PATCH] Reaction fix --- cord/pyproject.toml | 11 ----------- cord/requirements.txt | 4 ++++ 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 cord/pyproject.toml create mode 100644 cord/requirements.txt diff --git a/cord/pyproject.toml b/cord/pyproject.toml deleted file mode 100644 index 1ecab29..0000000 --- a/cord/pyproject.toml +++ /dev/null @@ -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", -] diff --git a/cord/requirements.txt b/cord/requirements.txt new file mode 100644 index 0000000..d7d4701 --- /dev/null +++ b/cord/requirements.txt @@ -0,0 +1,4 @@ +matplotlib>=3.10.5 +openpyxl>=3.1.5 +pandas>=2.3.1 +streamlit>=1.47.1 \ No newline at end of file