Skip to content

Commit 2565253

Browse files
Add setuptools as project dependency (#4160)
(cherry picked from commit b1e91dd)
1 parent b00fa09 commit 2565253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ PIP := $(VENV_BIN)/pip
1212
all: release
1313

1414
$(VENV):
15-
python3.12 -m pip install --upgrade pip setuptools
1615
python3.12 -m venv $(VENV)
1716

1817
.PHONY: clean

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ dependencies = [
3939
"XlsxWriter~=3.2.0",
4040
"semver==3.0.2",
4141
"detection-rules-kql @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kql",
42-
"detection-rules-kibana @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kibana"
42+
"detection-rules-kibana @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kibana",
43+
"setuptools==75.2.0"
4344
]
4445
[project.optional-dependencies]
4546
dev = ["pep8-naming==0.13.0", "PyGithub==2.2.0", "flake8==7.0.0", "pyflakes==3.2.0", "pytest>=8.1.1", "nodeenv==1.8.0", "pre-commit==3.6.2"]

0 commit comments

Comments
 (0)