aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6747372..81fcb55 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.12"
capstone = "^4.0.2"
-setuptools = "^69.5.1"
+setuptools = ">=69.5.1,<71.0.0"
[tool.poetry.scripts]
delf = "delf:main"