mirror of https://github.com/MISP/misp-modules
fix: Fixed validators dependency issues
- Possible rollback if we get issues with virustotalpull/415/head
parent
f99174af2e
commit
b5e0995926
2
Pipfile
2
Pipfile
|
@ -18,7 +18,7 @@ pypdns = "*"
|
|||
pypssl = "*"
|
||||
pyeupi = "*"
|
||||
uwhois = {editable = true,git = "https://github.com/Rafiot/uwhoisd.git",ref = "testing",subdirectory = "client"}
|
||||
pymisp = {editable = true,extras = ["fileobjects,openioc,virustotal,pdfexport"],git = "https://github.com/MISP/PyMISP.git"}
|
||||
pymisp = {editable = true,extras = ["fileobjects,openioc,pdfexport"],git = "https://github.com/MISP/PyMISP.git"}
|
||||
pyonyphe = {editable = true,git = "https://github.com/sebdraven/pyonyphe"}
|
||||
pydnstrails = {editable = true,git = "https://github.com/sebdraven/pydnstrails"}
|
||||
pytesseract = "*"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue