Add setuptools as project dependency (#4160)
This commit is contained in:
@@ -12,7 +12,6 @@ PIP := $(VENV_BIN)/pip
|
||||
all: release
|
||||
|
||||
$(VENV):
|
||||
python3.12 -m pip install --upgrade pip setuptools
|
||||
python3.12 -m venv $(VENV)
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
+2
-1
@@ -39,7 +39,8 @@ dependencies = [
|
||||
"XlsxWriter~=3.2.0",
|
||||
"semver==3.0.2",
|
||||
"detection-rules-kql @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kql",
|
||||
"detection-rules-kibana @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kibana"
|
||||
"detection-rules-kibana @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kibana",
|
||||
"setuptools==75.2.0"
|
||||
]
|
||||
[project.optional-dependencies]
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user