合并代码

This commit is contained in:
2023-02-15 05:31:58 +08:00
2 changed files with 12 additions and 0 deletions

7
.gitignore vendored
View File

@@ -1,3 +1,4 @@
# javascript
node_modules
*.log*
.nuxt
@@ -6,4 +7,10 @@ node_modules
.output
.env
dist
# python
venv
outputs
*.egg-info
*.egg
*.pyc

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
certifi==2022.12.7
charset-normalizer==3.0.1
idna==3.4
requests==2.28.2
urllib3==1.26.14