mirror of https://github.com/MISP/misp-modules
chg: [qrcode] add requirements
parent
e55ae11a1e
commit
32430a15cb
3
Pipfile
3
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"
|
||||
|
|
Loading…
Reference in New Issue