Updated requirements and contributor log

This commit is contained in:
dealyllama 2022-12-06 11:24:29 -08:00
parent dfd710af94
commit d9ff1d4dd1
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ The following people have voluteered to test the beta release (pre-release). Tha
| **surak** | [Alexandre Strube](https://github.com/surak) | for various suggestions, PRs |
| **Hubert** | Hubert |for extending the events fetcher, adding support for recurring events, date formattings and other code suggestions|
| **Crickus** | [Dimka](https://github.com/Crickus) | For helping with adding support for 9.7" E-Paper display|
| **dealyllama** | [dealyllama] () | Tweaked the todoist module to use the new API
## Financial Contributions
| Name | Contribution details |

View File

@ -7,6 +7,6 @@ numpy>=1.18.2 # image pre-processing #pre-installed on Raspbia
arrow==0.17.0 # time operations
Flask==1.1.2 # webserver
Flask-WTF==0.14.3 # webforms
todoist-python==8.1.2 # todoist api
todoist_api_python==2.0.2 # new todoist api
yfinance>=0.1.62 # yahoo stocks
matplotlib==3.4.2 # plotting