python311Packages.questinary: relax prompt-toolkit constraint

Checking runtime dependencies for questionary-2.0.1-py3-none-any.whl
  - prompt-toolkit<=3.0.36,>=2.0 not satisifeid by version 3.0.39
This commit is contained in:
Martin Weinelt
2023-12-20 20:10:25 +01:00
parent 30a8eeb251
commit 726629eca6
@@ -6,6 +6,7 @@
, prompt-toolkit
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
}:
buildPythonPackage rec {
@@ -24,6 +25,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"prompt_toolkit"
];
propagatedBuildInputs = [