deepdiff: fix cli binary

This commit is contained in:
ibizaman 2024-05-26 22:50:36 -07:00
parent 8de5bd2ac7
commit 8e3ef297e1

View File

@ -36,6 +36,7 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
click
ordered-set
orjson
];