make it optionnal to ignore matplotlib
This commit is contained in:
parent
2e0c9e7833
commit
937f241af6
3 changed files with 7 additions and 3 deletions
|
|
@ -11,11 +11,12 @@ requires-python = ">=3.13,<4.0.0"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
theseus-frida = { path = "../frida" }
|
||||
matplotlib = { path = "../matplotlib" }
|
||||
matplotlib = { path = "../matplotlib", optional = true }
|
||||
grodd-runner = {git = "ssh://git@gitlab.inria.fr/CIDRE/malware/grodd-runner.git", optional = true}
|
||||
|
||||
[tool.poetry.extras]
|
||||
grodd = ["grodd-runner"]
|
||||
no-plt = ["matplotlib"]
|
||||
|
||||
[tool.poetry]
|
||||
packages = [{include = "theseus_autopatcher", from = "src"}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue