From 7b0270980d5c98b62b888d123e84af9c5f0bd533 Mon Sep 17 00:00:00 2001 From: mr-tz Date: Wed, 12 Jun 2024 15:19:24 +0000 Subject: [PATCH] add capa2sarif dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 45cb169d1..4f9b3dbb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,8 +158,10 @@ build = [ "build==1.2.1" ] scripts = [ + "jschema_to_python==1.2.3", "psutil==5.9.2", "stix2==3.0.1", + "sarif_om==1.0.4", "requests==2.31.0", "types-psutil==5.8.23", "types_requests==2.32.0.20240602",