From fa1b8c37299f4969a7ff53e2ae87a6220c5073af Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Wed, 3 Jul 2024 11:41:55 +0200 Subject: [PATCH] Add test dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1cb8511..f663552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ dynamic = ["version"] [project.optional-dependencies] tests =[ "bandit[toml]~=1.7", + "elasticsearch~=8.14", "mypy~=1.6", "pandas-stubs~=2.0", "pytest~=8.0",