trak: use dependencies attr

This commit is contained in:
Marco Burro 2024-04-18 12:26:27 +02:00
parent eeb87387ac
commit 18c0dc2792

View File

@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
sourceRoot = "${src.name}/cli";
propagatedBuildInputs = with python3Packages; [
dependencies = with python3Packages; [
questionary
typer
] ++ typer.optional-dependencies.all;