From 8457faa5c623d5d9cb992f6da6ab931da6825ff5 Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Wed, 7 Feb 2024 13:24:32 +0100 Subject: [PATCH] Minor improvement --- pyproject.toml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a388009d38..4c9a32bb74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,19 +71,35 @@ keywords = [ ] [project.optional-dependencies] -test = [ +elasticsearch = [ "elasticsearch", +] + +exploitgraph = [ + "pygraphviz", +] + +image = [ "imgkit==1.1.0", + "pytesseract", +] + +shellcode = [ + "speakeasy-emulator", +] + +test = [ + "thug[elasticsearch]", + "thug[exploitgraph]", + "thug[image]", + "thug[shellcode]", "mock", "mongomock", "pre-commit", - "pygraphviz", - "pytesseract", "pytest", "pytest-cov", "pytest-timeout", "safety", - "speakeasy-emulator", "tox", ]