We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c063c1 commit 0ea3b6eCopy full SHA for 0ea3b6e
Pipfile
@@ -20,11 +20,12 @@ graphviz = "<=0.18.2"
20
requests = "<=2.26.0"
21
pandas = "<=1.3.4"
22
plotly = "<=5.4.0"
23
-prompt-toolkit = "==3.0.19"
+prompt-toolkit = "<=3.0.36"
24
rzpipe = "<=0.1.2"
25
objection = "<=1.11.0"
26
frida = "<=15.2.2"
27
ciphey = ">=5.0.0,<=5.14.0"
28
+r2pipe = "==1.8.0"
29
30
[requires]
31
python_version = "3.8"
setup.py
@@ -15,6 +15,7 @@
15
"plotly",
16
"rzpipe",
17
"click",
18
+ "r2pipe==1.8.0"
19
]
#
# "kaleido",
0 commit comments