shell-gpt: fix build issue (#461412)

This commit is contained in:
Aleksana
2025-11-16 14:14:24 +00:00
committed by GitHub
+1
View File
@@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
"typer"
"instructor"
"jinja2"
"openai"
];
build-system = with python3.pkgs; [ hatchling ];