codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
7 stars 25 forks source link

Created and integrated a tool to auto-generate the test example files from original example excel sheets #213

Open eriksynn opened 4 days ago

eriksynn commented 4 days ago

I see there is still a mypy error claiming that we have not pip installed types-openpyxl. Is this just another dependency that I need to declare in the toml file? If so, I can make that change and update this PR. Let me know if I'm on the right track. Thanks!