chg: [qrcode] add requirements

pull/302/head
Alexandre Dulaunoy 2019-04-23 14:49:02 +02:00
parent e55ae11a1e
commit 32430a15cb
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 0 deletions

View File

@ -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"