From de8d78cc70e66413ee0c425782579e56dee53a25 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 30 Jun 2020 18:41:42 +0200 Subject: [PATCH] add: Trustar python library added to Pipfile --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 9e651de..8459176 100644 --- a/Pipfile +++ b/Pipfile @@ -60,6 +60,7 @@ geoip2 = "*" apiosintDS = "*" assemblyline_client = "*" vt-graph-api = "*" +trustar = "*" [requires] python_version = "3"