Skip to content

Commit

Permalink
Back out typeguard.
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jan 8, 2020
1 parent d40d143 commit 043f9c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 0 additions & 5 deletions manticore/ethereum/manticore.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
from typeguard.importhook import install_import_hook

install_import_hook("manticore.platforms.evm")
install_import_hook("manticore.platforms.evm_world_state")

import copy
import itertools
import binascii
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ def rtd_dependent_deps():
"pyyaml",
"wrapt",
# evm dependencies
"crytic-compile>=0.1.1",
"ply",
"pysha3",
"prettytable",
"pyevmasm==0.2.0",
"pysha3",
"rlp",
"typeguard",
"ply",
"crytic-compile>=0.1.1",
"wasm",
"web3",
"dataclasses; python_version < '3.7'",
Expand Down

0 comments on commit 043f9c0

Please sign in to comment.