Commit 25e5f314 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

koodousfinder: refactor

parent 1e434d9a
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -21,12 +21,15 @@ python3.pkgs.buildPythonApplication rec {
    "keyring"
  ];

  nativeBuildInputs = with python3.pkgs; [
  build-system = with python3.pkgs; [
    poetry-core
  ];

  nativeBuildInputs = with python3.pkgs; [
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = with python3.pkgs; [
  dependencies = with python3.pkgs; [
    keyring
    requests
  ];