This commit is contained in:
wystan_rin 2024-12-24 16:01:29 +08:00
parent b5ece1ac37
commit a958b2207c
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,7 +1,4 @@
/data/
# Python: # Python:
*.ipynb
*/__pycache__ */__pycache__
/.vagrant /.vagrant
/scrapy.iml /scrapy.iml

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
pandas==2.2.3
numpy==2.2.1
openpyxl==3.1.5