Skip to content

Commit 491e083

Browse files
committed
Use release wasm-tob dependency
1 parent 7256cc8 commit 491e083

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ def rtd_dependent_deps():
7676
"rlp",
7777
"intervaltree",
7878
"crytic-compile>=0.2.2",
79-
# TODO: Change this when a release is published
80-
"wasm-tob @ git+https://github.com/trailofbits/wasm-tob.git",
79+
"wasm-tob~=1.0",
8180
"dataclasses; python_version < '3.7'",
8281
"pyevmasm>=0.2.3",
8382
]

0 commit comments

Comments
 (0)