fix: [pyproject] Added missing pandoc requirement

pull/700/head
Sami Mokaddem 2024-10-15 13:48:18 +02:00
parent 73e6ae2f58
commit 05745151cc
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -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 = "*"