From 432546a451f62ef622c40c13ed777ea97522114c Mon Sep 17 00:00:00 2001 From: "majiahui@haimaqingfan.com" Date: Mon, 29 Jan 2024 16:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E5=A2=9E=E5=BC=BA=E7=89=88?= =?UTF-8?q?=20=E8=B0=83=E7=94=A8=E6=A8=A1=E5=9E=8B=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 8 ++++++++ requirements.txt | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 requirements.txt diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b1efcce --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +requests +toolz +tqdm +urllib3