From b7e2f198cc69ab755ddf1f8bfdb8df1f6d6d0c6f Mon Sep 17 00:00:00 2001 From: crystal20277 Date: Mon, 21 Nov 2022 09:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E7=94=9F=E6=88=90requirement?= =?UTF-8?q?s=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b42b585 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +pandas==1.2.4 +psycopg2==2.9.5 +SQLAlchemy==1.3.24