From 32430a15cb1794bb41596e5a4b80a2f2fce77109 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 23 Apr 2019 14:49:02 +0200 Subject: [PATCH] chg: [qrcode] add requirements --- Pipfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pipfile b/Pipfile index 2f2d172..6a88fcc 100644 --- a/Pipfile +++ b/Pipfile @@ -42,6 +42,9 @@ misp-modules = {editable = true,path = "."} pybgpranking = {editable = true,git = "https://github.com/D4-project/BGP-Ranking.git/",subdirectory = "client"} pyipasnhistory = {editable = true,git = "https://github.com/D4-project/IPASN-History.git/",subdirectory = "client"} backscatter = "*" +pyzbar = "*" +opencv-python = "*" +np = "*" [requires] python_version = "3.6"