Skip to content

Commit

Permalink
setup: Require Frida >= 16.2.2
Browse files Browse the repository at this point in the history
As we rely on the private _frida API, which just moved.
  • Loading branch information
oleavr committed Apr 24, 2024
1 parent 60ad2f1 commit 9125616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():
url="https://frida.re",
install_requires=[
"colorama >= 0.2.7, < 1.0.0",
"frida >= 16.0.9, < 17.0.0",
"frida >= 16.2.2, < 17.0.0",
"prompt-toolkit >= 2.0.0, < 4.0.0",
"pygments >= 2.0.2, < 3.0.0",
],
Expand Down

0 comments on commit 9125616

Please sign in to comment.