python3Packages.sphinx-prompt: relax requests dependency

This commit is contained in:
Daniel Horecki
2025-10-07 18:01:00 +01:00
parent cf818acac3
commit 700ac7fc01
@@ -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";