From 05745151cc98d49b0a8e46321bfebdf521ac90a8 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Tue, 15 Oct 2024 13:48:18 +0200 Subject: [PATCH] fix: [pyproject] Added missing pandoc requirement --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 258efe16..bbca01ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ yara-python = "4.5.0" numpy = [{version = "1.24.4", python = "3.8.*"}, {version = ">=1.26.4,<2.0.0", python = ">=3.9"}] pandas = [{version = "1.5.3", python = "3.8.*"}, {version = ">=2.0.0", python = ">=3.9"}] pandas_ods_reader = [{version = "0.1.4", python = "3.8.*"}, {version = ">=1.0.0", python = ">=3.9"}] +pandoc = "*" ## module dependencies apiosintds = "*" assemblyline_client = "*"