From 854ebaac74e7fee584dc80af8a3e5d536b3aad5c Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 22 Apr 2022 09:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0requirements=EF=BC=8Cignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 ++++++- requirements.txt | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore index 42f3f41..9d533f5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,9 @@ *.ass *.xml *.db -*.ini \ No newline at end of file +*.ini +__pycache__ +*.py[cod] +venv +build/ +dist/ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..817f56d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +beautifulsoup4==4.11.1 +bs4==0.0.1 +click==8.1.2 +colorama==0.4.4 +Flask-SQLAlchemy==2.5.1 +Flask==2.1.1 +greenlet==1.1.2 +importlib-metadata==4.11.3 +itsdangerous==2.1.2 +Jinja2==3.1.1 +lxml==4.8.0 +MarkupSafe==2.1.1 +pip==21.3.1 +setuptools==60.2.0 +soupsieve==2.3.2 +SQLAlchemy==1.4.35 +Werkzeug==2.1.1 +wheel==0.37.1 +zipp==3.8.0