Skip to content

Commit

Permalink
Minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Feb 7, 2024
1 parent 67cd5c4 commit 8457faa
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down

0 comments on commit 8457faa

Please sign in to comment.