mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
trak: use dependencies attr
This commit is contained in:
parent
eeb87387ac
commit
18c0dc2792
|
@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
sourceRoot = "${src.name}/cli";
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
dependencies = with python3Packages; [
|
||||
questionary
|
||||
typer
|
||||
] ++ typer.optional-dependencies.all;
|
||||
|
|
Loading…
Reference in a new issue