added jinja2 python dependency to zshell-cli nix file
This commit is contained in:
@@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication {
|
||||
dependencies = with python3.pkgs; [
|
||||
materialyoucolor
|
||||
pillow
|
||||
jinja2
|
||||
typer
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user