添加requirements,ignore
This commit is contained in:
parent
a63055ff33
commit
854ebaac74
7
.gitignore
vendored
7
.gitignore
vendored
@ -4,4 +4,9 @@
|
||||
*.ass
|
||||
*.xml
|
||||
*.db
|
||||
*.ini
|
||||
*.ini
|
||||
__pycache__
|
||||
*.py[cod]
|
||||
venv
|
||||
build/
|
||||
dist/
|
19
requirements.txt
Normal file
19
requirements.txt
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user