koodousfinder: refactor
This commit is contained in:
parent
1e434d9a30
commit
25e5f31458
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user