checkov: refactor

This commit is contained in:
Fabian Affolter 2024-03-25 08:50:29 +01:00
parent 9544189ed3
commit 09563ceac6

View File

@ -39,12 +39,12 @@ python3.pkgs.buildPythonApplication rec {
"pycep-parser" "pycep-parser"
]; ];
nativeBuildInputs = with python3.pkgs; [ build-system = with python3.pkgs; [
pythonRelaxDepsHook pythonRelaxDepsHook
setuptools-scm setuptools-scm
]; ];
propagatedBuildInputs = with python3.pkgs; [ dependencies = with python3.pkgs; [
aiodns aiodns
aiohttp aiohttp
aiomultiprocess aiomultiprocess