python3Packages.prometheus-fastapi-instrumenter: sort and categorize arguments

This commit is contained in:
Doron Behar
2026-07-06 16:55:13 +03:00
parent f485caf604
commit cd69eabeac
@@ -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: {