Skip to content

Commit

Permalink
fix: [pyproject] Added missing pandoc requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mokaddem committed Oct 15, 2024
1 parent 73e6ae2 commit 0574515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down

0 comments on commit 0574515

Please sign in to comment.