From 0dd4e39fda366b1eb312aaff50675cc6352cf37e Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 14 Sep 2024 14:10:28 -0600 Subject: [PATCH] simplify Pipfile --- Pipfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Pipfile b/Pipfile index cf58b47..98c8af5 100644 --- a/Pipfile +++ b/Pipfile @@ -4,10 +4,7 @@ verify_ssl = true name = "pypi" [packages] -gotify = "*" -click = "*" -toml = "*" -numpy = "*" +goat-monitor = {file = ".", editable = true} [dev-packages]