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:
2021-04-08 10:25:57 -04:00
parent ccc68b64a5
commit 6e5d503876
3 changed files with 52 additions and 72 deletions

18
requirements Normal file
View 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