use relative path
This commit is contained in:
parent
8a192b0e1a
commit
ce261b75f9
3 changed files with 6 additions and 7 deletions
|
|
@ -7,9 +7,10 @@ authors = [
|
|||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13,<4.0.0"
|
||||
dependencies = [
|
||||
"theseus-frida @ file:///home/histausse/workspace/dev/Project/android_of_theseus/frida"
|
||||
]
|
||||
#dependencies = []
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
theseus-frida = { path = "../frida" }
|
||||
|
||||
[tool.poetry]
|
||||
packages = [{include = "theseus_autopatcher", from = "src"}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue