Commit 7ba38acb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

checkov: split inputs

parent bb40bf4a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -40,10 +40,13 @@ python3.pkgs.buildPythonApplication rec {
  ];

  build-system = with python3.pkgs; [
    pythonRelaxDepsHook
    setuptools-scm
  ];

  nativeBuildInputs = with python3.pkgs; [
    pythonRelaxDepsHook
  ];

  dependencies = with python3.pkgs; [
    aiodns
    aiohttp