From 20a49aba91306199e33a11605c493fc31432c2cb Mon Sep 17 00:00:00 2001 From: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com> Date: Wed, 29 Nov 2023 23:27:00 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cd0badbc6..11894fefb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.10" PyYAML = "^6.0" +pandas = "^2.1.3" Jinja2 = "^3.1.2" stix2 = "^3.0.1" colorama = ">=0.3.9"