shell-genie: relax openai

This commit is contained in:
Fabian Affolter
2024-02-19 11:56:16 +01:00
parent d1b43382aa
commit 906e25257a
@@ -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"
];