mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Add prompt-toolkit and pygments to setup
This commit is contained in:
+3
-1
@@ -30,7 +30,9 @@ setup(
|
||||
author_email="ole.andre.ravnas@tillitech.com",
|
||||
url="http://www.frida.re",
|
||||
install_requires=[
|
||||
"colorama >= 0.2.7"
|
||||
"colorama >= 0.2.7",
|
||||
"prompt-toolkit >= 0.38",
|
||||
"pygments >= 2.0.2"
|
||||
],
|
||||
license="wxWindows Library Licence, Version 3.1",
|
||||
zip_safe=True,
|
||||
|
||||
Reference in New Issue
Block a user