mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
shell-genie: relax openai
This commit is contained in:
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"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user