dmarc-metrics-exporter: format with nixfmt
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchFromGitHub
|
||||
{
|
||||
lib,
|
||||
python3,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
@@ -24,15 +25,17 @@ python3.pkgs.buildPythonApplication rec {
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
bite-parser
|
||||
dataclasses-serialization
|
||||
prometheus-client
|
||||
structlog
|
||||
uvicorn
|
||||
xsdata
|
||||
]
|
||||
++ uvicorn.optional-dependencies.standard;
|
||||
propagatedBuildInputs =
|
||||
with python3.pkgs;
|
||||
[
|
||||
bite-parser
|
||||
dataclasses-serialization
|
||||
prometheus-client
|
||||
structlog
|
||||
uvicorn
|
||||
xsdata
|
||||
]
|
||||
++ uvicorn.optional-dependencies.standard;
|
||||
|
||||
nativeCheckInputs = with python3.pkgs; [
|
||||
aiohttp
|
||||
|
||||
Reference in New Issue
Block a user