From e07be23d70d489e6d3396e99291d63f3fb6a29f9 Mon Sep 17 00:00:00 2001 From: Arnav Singhvi Date: Wed, 10 Apr 2024 20:28:40 -0700 Subject: [PATCH] fix structlog dependency when building from source --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2dafeab07b..10274a71e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ dependencies = [ "requests", "optuna", "pydantic>=2.5.0,<=2.7", + "structlog" ] [project.optional-dependencies]