Commit 09563cea authored by Fabian Affolter's avatar Fabian Affolter
Browse files

checkov: refactor

parent 9544189e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@ python3.pkgs.buildPythonApplication rec {
    "pycep-parser"
  ];

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

  propagatedBuildInputs = with python3.pkgs; [
  dependencies = with python3.pkgs; [
    aiodns
    aiohttp
    aiomultiprocess