From 36d9873d8cf9a5c43aa4d493ebb67ee698198367 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 29 Oct 2019 08:57:14 +0100 Subject: [PATCH] chg: [Pipfile] apiosintDS added as required by new module --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index f988b5e..bce4c5b 100644 --- a/Pipfile +++ b/Pipfile @@ -57,6 +57,7 @@ xlrd = "*" idna-ssl = {markers = "python_version < '3.7'"} jbxapi = "*" geoip2 = "*" +apiosintDS = "*" [requires] python_version = "3"