Skip to content

Commit ffa6ce8

Browse files
committed
Update dependency with r2pipe
1 parent 8c063c1 commit ffa6ce8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ graphviz = "<=0.18.2"
2020
requests = "<=2.26.0"
2121
pandas = "<=1.3.4"
2222
plotly = "<=5.4.0"
23-
prompt-toolkit = "==3.0.19"
23+
prompt-toolkit = "==3.0.36"
2424
rzpipe = "<=0.1.2"
2525
objection = "<=1.11.0"
2626
frida = "<=15.2.2"
2727
ciphey = ">=5.0.0,<=5.14.0"
28+
r2pipe = "==1.8.0"
2829

2930
[requires]
3031
python_version = "3.8"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"plotly",
1616
"rzpipe",
1717
"click",
18+
"r2pipe==1.8.0"
1819
]
1920
#
2021
# "kaleido",

0 commit comments

Comments
 (0)