From 7a0395aa29a9f58bea18862a1cd2a099b66da402 Mon Sep 17 00:00:00 2001 From: Philip Ulrich Date: Fri, 13 Nov 2020 10:02:55 -0600 Subject: [PATCH] Adding missing dependency (#37) * No one is maintaining these - removing - These likely need re-written from scratch anyway - removing resources we don't use like patreon or the insomniac logo * adding matplotlib dependency --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index b5f8e479..3c7c761e 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,7 @@ pyflakes = "*" [packages] uiautomator2 = "*" colorama = "*" +matplotlib = "*" [requires] python_version = "3.8"