From 4c1605c9e9857811aeec15d771ab1edb616f6226 Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Thu, 22 Aug 2024 14:05:03 +0200 Subject: [PATCH] Add missing dep --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fd2676b3..e12148f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ dev = [ infrastructure = [ "mongoengine>=0.20", "pyjwt[crypto]==2.6.0", + "structlog", ] [tool.ruff]