diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index e02e0fc..26b8489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ include = [ [tool.poetry.dependencies] python = "^3.8" capstone = "^4.0.2" +setuptools = "^69.5.1" [tool.poetry.scripts] delf = "delf:main" |