From d31aae883d80156374853944099a728f035e0520 Mon Sep 17 00:00:00 2001 From: pghf8vti9 <203737553@qq.com> Date: Wed, 18 Sep 2024 19:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..af5c030 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,46 @@ +attrs==24.2.0 +beautifulsoup4==4.12.3 +bs4==0.0.2 +certifi==2024.8.30 +cffi==1.17.1 +charset-normalizer==3.3.2 +colorama==0.4.6 +contourpy==1.3.0 +cycler==0.12.1 +et-xmlfile==1.1.0 +fonttools==4.53.1 +h11==0.14.0 +idna==3.8 +imageio==2.35.1 +jieba==0.42.1 +kiwisolver==1.4.7 +lxml==5.3.0 +matplotlib==3.9.2 +numpy==2.1.1 +openpyxl==3.1.5 +outcome==1.3.0.post0 +packaging==24.1 +pandas==2.2.2 +pillow==10.4.0 +pycparser==2.22 +pyparsing==3.1.4 +PySocks==1.7.1 +python-dateutil==2.9.0.post0 +python-dotenv==1.0.1 +pytz==2024.2 +requests==2.32.3 +selenium==4.24.0 +six==1.16.0 +sniffio==1.3.1 +sortedcontainers==2.4.0 +soupsieve==2.6 +tqdm==4.66.5 +trio==0.26.2 +trio-websocket==0.11.1 +typing_extensions==4.12.2 +tzdata==2024.1 +urllib3==2.2.2 +webdriver-manager==4.0.2 +websocket-client==1.8.0 +wordcloud==1.9.3 +wsproto==1.2.0