python312Packages.langfuse: unbreak, add missing dependency

This commit is contained in:
Pol Dellaiera
2025-02-06 09:30:35 +01:00
committed by Sandro Jäckel
parent 4f58a2a9c1
commit 59f60f3dff
@@ -12,6 +12,7 @@
packaging,
poetry-core,
pydantic,
requests,
wrapt,
}:
@@ -38,6 +39,7 @@ buildPythonPackage rec {
idna
packaging
pydantic
requests
wrapt
];