mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Lock the prompt-toolkit version to 0.38
The newer 0.54 isn't API-compatible.
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ setup(
|
||||
url="http://www.frida.re",
|
||||
install_requires=[
|
||||
"colorama >= 0.2.7",
|
||||
"prompt-toolkit >= 0.38",
|
||||
"prompt-toolkit == 0.38",
|
||||
"pygments >= 2.0.2"
|
||||
],
|
||||
license="wxWindows Library Licence, Version 3.1",
|
||||
|
||||
Reference in New Issue
Block a user