checkov: relax schema

This commit is contained in:
Fabian Affolter
2024-07-14 16:08:28 +02:00
parent e0e2b70981
commit 269c681f60
@@ -33,6 +33,7 @@ python3.pkgs.buildPythonApplication rec {
"packaging"
"pycep-parser"
"rustworkx"
"schema"
"termcolor"
"urllib3"
];
@@ -46,9 +47,6 @@ python3.pkgs.buildPythonApplication rec {
setuptools-scm
];
nativeBuildInputs = with python3.pkgs; [
];
dependencies = with python3.pkgs; [
aiodns
aiohttp