dmarc-metrics-exporter: format with nixfmt

This commit is contained in:
Gaetan Lepage
2024-09-06 10:55:04 +02:00
parent cedcff6b49
commit 9c0e4b3b60
@@ -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