checkov: relax license-expression constraint

This commit is contained in:
Fabian Affolter
2023-05-31 07:51:58 +02:00
parent 1f3b595bfc
commit f9506e92d2
@@ -37,11 +37,12 @@ buildPythonApplication rec {
];
pythonRelaxDeps = [
"dpath"
"bc-detect-secrets"
"bc-python-hcl2"
"pycep-parser"
"dpath"
"license-expression"
"networkx"
"pycep-parser"
];
nativeBuildInputs = [