Commit 700ac7fc authored by Daniel Horecki's avatar Daniel Horecki
Browse files

python3Packages.sphinx-prompt: relax requests dependency

parent cf818aca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";