python3Packages.prometheus-fastapi-instrumenter: sort and categorize arguments
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user