Commit 269c681f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

checkov: relax schema

parent e0e2b709
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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