From 8f00a3c62ef100ea568cf0de93c891371bf7947f Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 7 Jul 2023 09:18:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0gitignore,=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0selenium=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e1b5829..f8cb58a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ twistd.pid wechat_dir/* ana_web.csv ana_wechat.csv -.idea/* \ No newline at end of file +.idea/* +*.pdf \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9b86510..d2bd0cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ html2text==2020.1.16 pandas==2.0.0 openpyxl==3.1.2 scrapy-xlsx==0.1.1 +selenium==4.9.1