From f8e954910b2bbf84616c5783a30fd326672730b1 Mon Sep 17 00:00:00 2001 From: Ching Date: Sat, 16 Sep 2023 15:07:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(develop=5Freqirements.txt):=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=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 增加依赖文件 Signed-off-by: Ching --- develop_requirements.txt | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 develop_requirements.txt diff --git a/develop_requirements.txt b/develop_requirements.txt new file mode 100644 index 0000000..9230364 --- /dev/null +++ b/develop_requirements.txt @@ -0,0 +1,45 @@ +aiohttp==3.8.5 +aiosignal==1.3.1 +appnope==0.1.3 +asttokens==2.2.1 +async-timeout==4.0.2 +attrs==23.1.0 +backcall==0.2.0 +beautifulsoup4==4.12.2 +blurhash==1.1.4 +bs4==0.0.1 +certifi==2022.12.7 +charset-normalizer==3.0.1 +decorator==5.1.1 +executing==1.2.0 +frozenlist==1.4.0 +idna==3.4 +ipdb==0.13.13 +ipython==8.11.0 +jedi==0.18.2 +Mastodon.py==1.8.1 +matplotlib-inline==0.1.6 +multidict==6.0.4 +opendota-python==1.0.0 +parso==0.8.3 +peewee==3.16.3 +pexpect==4.8.0 +pickleshare==0.7.5 +prompt-toolkit==3.0.38 +ptyprocess==0.7.0 +pure-eval==0.2.2 +py-cord==2.4.1 +Pygments==2.14.0 +python-dateutil==2.8.2 +python-magic==0.4.27 +redis==4.6.0 +requests==2.28.2 +six==1.16.0 +soupsieve==2.4.1 +stack-data==0.6.2 +tomli==2.0.1 +traitlets==5.9.0 +typing_extensions==4.7.1 +urllib3==1.26.14 +wcwidth==0.2.6 +yarl==1.9.2