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: {