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