From 81d620af734072aa347cce315a5b44d5cac0b4ee Mon Sep 17 00:00:00 2001 From: pyth0n1c Date: Mon, 20 May 2024 14:38:24 -0700 Subject: [PATCH] Also add setuptools. setuptools, which provides pkg_resources, are no longer installed by default in python 3.12 environments. However, pycvesearch uses/requires it, so we install it. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 00cea52f..4dd41d4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ pysigma-backend-splunk = "^1.0.3" pygit2 = "^1.14.1" tyro = "^0.8.3" gitpython = "^3.1.43" +setuptools = "^69.5.1" [tool.poetry.dev-dependencies] [build-system]