From 2123fa39bfa125259a2504410ebd6a97803927b9 Mon Sep 17 00:00:00 2001 From: icter <1622324630@qq.com> Date: Thu, 19 Sep 2024 00:28:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86requierments.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 71 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/requirements.txt b/requirements.txt index e69de29..6ff9c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,71 @@ +aiohttp==3.9.5 +aiosignal==1.3.1 +anyio==4.4.0 +APScheduler==3.10.4 +astroid==3.2.4 +attrs==24.2.0 +beautifulsoup4==4.12.3 +bilibili-api-python==16.2.0 +Brotli==1.1.0 +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 +dill==0.3.8 +et-xmlfile==1.1.0 +fonttools==4.53.1 +frozenlist==1.4.1 +h11==0.14.0 +httpcore==1.0.5 +httpx==0.26.0 +idna==3.10 +isort==5.13.2 +kiwisolver==1.4.7 +lxml==5.1.1 +matplotlib==3.9.2 +mccabe==0.7.0 +multidict==6.1.0 +numpy==2.1.1 +openpyxl==3.1.5 +outcome==1.3.0.post0 +packaging==24.1 +pandas==2.2.2 +pillow==10.2.0 +platformdirs==4.3.6 +pyasn1==0.6.1 +pycparser==2.22 +pycryptodomex==3.20.0 +pylint==3.2.7 +pyparsing==3.1.4 +pypng==0.20220715.0 +PySocks==1.7.1 +python-dateutil==2.9.0.post0 +python-dotenv==1.0.1 +pytz==2024.2 +PyYAML==6.0.2 +qrcode==7.4.2 +qrcode-terminal==0.8 +requests==2.31.0 +rsa==4.9 +selenium==4.24.0 +six==1.16.0 +sniffio==1.3.1 +snownlp==0.12.3 +sortedcontainers==2.4.0 +soupsieve==2.6 +tomlkit==0.13.2 +tqdm==4.66.5 +trio==0.26.2 +trio-websocket==0.11.1 +typing_extensions==4.12.2 +tzdata==2024.1 +tzlocal==5.2 +urllib3==2.2.3 +webdriver-manager==4.0.2 +websocket-client==1.8.0 +wordcloud==1.9.3 +wsproto==1.2.0 +xlwt==1.3.0 +yarl==1.9.11