python3Packages.trino-python-client: add orjson

This commit is contained in:
Fabian Affolter
2026-03-18 10:50:56 +01:00
parent 05841d2d29
commit eeb5ac61f5
@@ -1,11 +1,12 @@
{
lib,
buildPythonPackage,
boto3,
buildPythonPackage,
fetchFromGitHub,
httpretty,
keyring,
lz4,
orjson,
pytestCheckHook,
python-dateutil,
pytz,
@@ -35,6 +36,7 @@ buildPythonPackage rec {
dependencies = [
lz4
orjson
python-dateutil
pytz
requests