diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-06-04 21:01:16 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-06-04 21:01:16 +0000 |
commit | 9a125f6be1704e804a2a7861ebc2a0890272b6db (patch) | |
tree | da0c29e829f879d6d79b742927077c984ab65386 /pyproject.toml | |
parent | updated the dependencies (diff) | |
download | delf-9a125f6be1704e804a2a7861ebc2a0890272b6db.tar.gz delf-9a125f6be1704e804a2a7861ebc2a0890272b6db.zip |
added a new option to remove color from output
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 e46b8dd..6747372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "delf" -version = "0.1.5" +version = "0.2.0" description = "yet another elf dump tool" authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" @@ -29,6 +29,7 @@ pylint = "^3.0.2" bandit = "^1.7.5" ruff = "^0.1.1" black = ">=23.10,<25.0" +openai = "^1.30.4" [build-system] requires = ["poetry-core>=1.0.0"] |