From 1f0c06ad59fc945b28e9703570bd738313a0e60f Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 13 Mar 2024 00:29:53 +0000 Subject: [PATCH] Add missing test dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 53b11c8..85050c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ setuptools = [ "wheel", ] test = [ + "pytest", "jinja2", ]