From e66a6cec84ae2a424ddf4c815f12384455a918e2 Mon Sep 17 00:00:00 2001 From: yovinchen Date: Mon, 30 Jun 2025 10:55:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=9F=BA=E6=9C=AC=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f4e17ac --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +pandas>=1.3.0 +openpyxl>=3.0.0 +numpy>=1.20.0 +pyinstaller>=4.0