From ccdddddf8e7e3e0f458fa336f45d7f74ba43748a Mon Sep 17 00:00:00 2001 From: Andre Wohnsland Date: Mon, 14 Sep 2020 18:33:32 +0200 Subject: [PATCH] Added matplotlib dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a694c81..29556eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ gitpython==3.1.7 +matplotlib==3.3.1 pandas==1.1.0 pyqt5==5.15.0 xlsxwriter==1.3.0 \ No newline at end of file