diff --git a/pkgs/development/python-modules/trino-python-client/default.nix b/pkgs/development/python-modules/trino-python-client/default.nix index 61899625be11..dcac97f86a56 100644 --- a/pkgs/development/python-modules/trino-python-client/default.nix +++ b/pkgs/development/python-modules/trino-python-client/default.nix @@ -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