add androzoo support
This commit is contained in:
parent
43eef100f1
commit
01abb1879d
6 changed files with 465 additions and 206 deletions
|
|
@ -7,9 +7,13 @@ readme = "README.md"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
|
||||
|
||||
androguard = "^4.1.2"
|
||||
|
||||
SecretStorage = { version = "^3.3.3", optional = true }
|
||||
|
||||
[tool.poetry.extras]
|
||||
secretstorage = ["SecretStorage"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue