shell-genie: relax openai

This commit is contained in:
Fabian Affolter 2024-02-11 12:19:21 +01:00
parent d1b43382aa
commit 906e25257a

View File

@ -8,7 +8,7 @@ with python3.pkgs;
buildPythonPackage rec {
pname = "shell-genie";
version = "0.2.10";
format = "pyproject";
pyproject = true;
src = fetchPypi {
pname = "shell_genie";
@ -17,6 +17,7 @@ buildPythonPackage rec {
};
pythonRelaxDeps = [
"openai"
"typer"
];