koodousfinder: refactor

This commit is contained in:
Fabian Affolter 2024-04-04 11:32:18 +02:00
parent 1e434d9a30
commit 25e5f31458

View file

@ -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
];