python312Packages.deepsearch-toolkit: relax certifi dependency

This commit is contained in:
Gaetan Lepage
2025-03-26 00:07:46 +01:00
parent cef6f1b83c
commit d82ca0ade9
@@ -57,6 +57,7 @@ buildPythonPackage rec {
];
pythonRelaxDeps = [
"certifi"
"urllib3"
];