From cd69eabeac7b05a25eb83b090aa25298b7df8c26 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 6 Jul 2026 16:55:13 +0300 Subject: [PATCH] python3Packages.prometheus-fastapi-instrumenter: sort and categorize arguments --- .../prometheus-fastapi-instrumentator/default.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/prometheus-fastapi-instrumentator/default.nix b/pkgs/development/python-modules/prometheus-fastapi-instrumentator/default.nix index 06867352d6ec..373adf5bc40d 100644 --- a/pkgs/development/python-modules/prometheus-fastapi-instrumentator/default.nix +++ b/pkgs/development/python-modules/prometheus-fastapi-instrumentator/default.nix @@ -3,14 +3,20 @@ stdenv, buildPythonPackage, fetchFromGitHub, - pytestCheckHook, + + # build-system + poetry-core, + + # dependencies + prometheus-client, + starlette, + + # tests devtools, fastapi, httpx, - poetry-core, - prometheus-client, + pytestCheckHook, requests, - starlette, }: buildPythonPackage (finalAttrs: {