diff --git a/.github/CONTRIBUTORS.md b/.github/CONTRIBUTORS.md index e1b1c24..12ca11a 100644 --- a/.github/CONTRIBUTORS.md +++ b/.github/CONTRIBUTORS.md @@ -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 | diff --git a/requirements.txt b/requirements.txt index 1e49807..46a0fe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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