From 2cd11ba497e8f56d84fd24cfac3224d6147cbfec Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 25 May 2019 09:00:23 +0200 Subject: [PATCH] chg: [requirements] Python API wrapper for the Joe Sandbox API added --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 36f059e..9856955 100644 --- a/Pipfile +++ b/Pipfile @@ -55,6 +55,7 @@ pdftotext = "*" lxml = "*" xlrd = "*" idna-ssl = {markers="python_version < '3.7'"} +jbxapi = "*" [requires] python_version = "3"