From 9a125f6be1704e804a2a7861ebc2a0890272b6db Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 4 Jun 2024 17:01:16 -0400 Subject: added a new option to remove color from output --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') 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 "] 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"] -- cgit v1.2.3