Commit f9506e92 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

checkov: relax license-expression constraint

parent 1f3b595b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -37,11 +37,12 @@ buildPythonApplication rec {
  ];

  pythonRelaxDeps = [
    "dpath"
    "bc-detect-secrets"
    "bc-python-hcl2"
    "pycep-parser"
    "dpath"
    "license-expression"
    "networkx"
    "pycep-parser"
  ];

  nativeBuildInputs = [