Skip to content

Commit

Permalink
Add setuptools as project dependency (#4160)
Browse files Browse the repository at this point in the history
(cherry picked from commit b1e91dd)
  • Loading branch information
shashank-elastic authored and github-actions[bot] committed Oct 16, 2024
1 parent 56ec35e commit 35679c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 35679c2

Please sign in to comment.