audiness: refactor

This commit is contained in:
Fabian Affolter 2024-04-12 09:30:33 +02:00
parent 0c250083fb
commit 3170cbaec4
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-r+xWwXRKuTp5ifUUlF1K6BIVWh67hNLMBKBB7wnLLAM=";
};
nativeBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
poetry-core
];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
pytenable
typer
validators