shell-genie: relax typer contraint

This commit is contained in:
Fabian Affolter 2023-06-11 00:07:07 +02:00
parent 2c9c83b03e
commit c13299137e

View File

@ -16,8 +16,13 @@ buildPythonPackage rec {
hash = "sha256-z7LiAq2jLzqjg4Q/r9o7M6VbedeT34NyPpgctfqBp+8=";
};
pythonRelaxDeps = [
"typer"
];
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [