Commit d82ca0ad authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.deepsearch-toolkit: relax certifi dependency

parent cef6f1b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ buildPythonPackage rec {
  ];

  pythonRelaxDeps = [
    "certifi"
    "urllib3"
  ];