From fc4dacb3fe58b64644013ab7a4d02d1215b92e5f Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 11 Jul 2021 13:09:04 +0200 Subject: [PATCH] Hotfix for missing dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 481e8f7..10717bb 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ __install_requires__ = ['pyowm==3.1.1', # weather 'Flask-WTF==0.14.3', # webforms 'todoist-python==8.1.2', # todoist api 'yfinance>=0.1.62', # yahoo stocks + 'matplotlib==3.4.2' # plotting ] __classifiers__ = [