From 73ce502a277a86da94cddfb3ecc7bb8313db7129 Mon Sep 17 00:00:00 2001 From: Filipe Spencer Lopes dos Santos Date: Mon, 5 May 2025 01:31:10 +0200 Subject: [PATCH 1/2] build: remove setuptools from requirements --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a3de265c..54599353 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,6 @@ python_json_logger~=3.3.0 PyYAML~=6.0 pydantic~=2.11.3 requests~=2.32.3 -setuptools~=78.1.0 cachetools~=5.5.0 prometheus-client~=0.21.1 opentelemetry-api~=1.32.0 @@ -17,4 +16,4 @@ fastapi>=0.115.8,<0.116.0 uvicorn[standard]>=0.33.0,<0.35.0 # OpenCTI filigran-sseclient>=1.0.2 -stix2~=3.0.1 \ No newline at end of file +stix2~=3.0.1 From 58868b4ac7ab5b8b16fef218f5bd787517a1469d Mon Sep 17 00:00:00 2001 From: Filipe Spencer Lopes dos Santos Date: Mon, 5 May 2025 01:37:01 +0200 Subject: [PATCH 2/2] build: remove setuptools from setup.cfg --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 01e77684..462a6ae9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,6 @@ install_requires = python_json_logger~=3.3.0 PyYAML~=6.0 requests~=2.32.3 - setuptools~=78.1.0 cachetools~=5.5.0 prometheus-client~=0.21.1 opentelemetry-api~=1.32.0