diff options
author | Farzad Sadeghi <devi@terminaldweller.com> | 2024-05-24 15:19:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 15:19:18 +0000 |
commit | b9d6073988cb528c700553b7017eebbbb84bf7ea (patch) | |
tree | 2405626d9f94ddbb4d3d55815f22d0d1d4b70376 /pyproject.toml | |
parent | Bump black from 23.11.0 to 24.3.0 (diff) | |
parent | Merge pull request #2 from terminaldweller/dependabot/pip/gitpython-3.1.41 (diff) | |
download | delf-b9d6073988cb528c700553b7017eebbbb84bf7ea.tar.gz delf-b9d6073988cb528c700553b7017eebbbb84bf7ea.zip |
Merge branch 'master' into dependabot/pip/black-24.3.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b3e5a23..75b3179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "delf" -version = "0.1.3" +version = "0.1.4" description = "yet another elf dump tool" authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" @@ -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" |