python3Packages.sphinx-prompt: relax requests dependency (#449564)

This commit is contained in:
Yohann Boniface
2025-10-07 19:14:43 +00:00
committed by GitHub
@@ -41,6 +41,8 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
pythonRelaxDeps = [ "requests" ];
meta = with lib; {
description = "Sphinx extension for creating unselectable prompt";
homepage = "https://github.com/sbrunner/sphinx-prompt";