Cleaned up and added comments. Added requirements file. Now checks if the database/tables exist and creates them if they don't.
This commit is contained in:
18
requirements
Normal file
18
requirements
Normal file
@@ -0,0 +1,18 @@
|
||||
beautifulsoup4==4.9.3
|
||||
bs4==0.0.1
|
||||
certifi==2020.12.5
|
||||
chardet==4.0.0
|
||||
greenlet==1.0.0
|
||||
idna==2.10
|
||||
importlib-metadata==3.10.0
|
||||
numpy==1.20.2
|
||||
pandas==1.2.3
|
||||
python-dateutil==2.8.1
|
||||
pytz==2021.1
|
||||
requests==2.25.1
|
||||
six==1.15.0
|
||||
soupsieve==2.2.1
|
||||
SQLAlchemy==1.4.6
|
||||
typing-extensions==3.7.4.3
|
||||
urllib3==1.26.4
|
||||
zipp==3.4.1
|
||||
Reference in New Issue
Block a user