Merge pull request #315018 from ibizaman/deepdiff

make deep diff cli tool work
This commit is contained in:
Jörg Thalheim
2024-05-27 08:50:20 +02:00
committed by GitHub
@@ -36,6 +36,7 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
click
ordered-set
orjson
];