Initial commit. Loads XLSX file from accounting into sqlite database. Sends HTML email. Started adding variable parts to body pulled from database.

This commit is contained in:
Dan Dembinski
2021-03-19 02:22:53 -04:00
commit 12c4722fe9
5 changed files with 281 additions and 0 deletions

7
requirements Normal file
View File

@@ -0,0 +1,7 @@
et-xmlfile==1.0.1
greenlet==1.0.0
importlib-metadata==3.7.3
openpyxl==3.0.7
SQLAlchemy==1.4.1
typing-extensions==3.7.4.3
zipp==3.4.1