From d9cdd653f04b1ba523334be7c089868f31ad24d4 Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Mon, 4 Mar 2024 14:55:39 +0100 Subject: [PATCH] Added structlog to pyproject --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5936180..e415272d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,8 @@ dev = [ 'pytest==3.10.0', 'pytest-timeout==1.4.2', 'pytest-cov==2.7.1', - 'ruff==0.1.8' + 'ruff==0.1.8', + "structlog==22.3.0" ] [tool.ruff]