From 6f346d38aa58629568c96982611b903fcc0e4fc6 Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 11 Jul 2021 13:02:34 +0200 Subject: [PATCH] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 17db6a5..96e9ee5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ Flask==1.1.2 # webserver Flask-WTF==0.14.3 # webforms todoist-python==8.1.2 # todoist api yfinance>=0.1.62 # yahoo stocks +matplotlib==3.4.2 # plotting