feat(order_utils.py) generate_order_hash_hex() (#1234)
This commit is contained in:
@@ -160,7 +160,13 @@ setup(
|
||||
"publish": PublishCommand,
|
||||
"ganache": GanacheCommand,
|
||||
},
|
||||
install_requires=["eth-abi", "eth_utils", "mypy_extensions", "web3"],
|
||||
install_requires=[
|
||||
"eth-abi",
|
||||
"eth_utils",
|
||||
"ethereum",
|
||||
"mypy_extensions",
|
||||
"web3",
|
||||
],
|
||||
extras_require={
|
||||
"dev": [
|
||||
"bandit",
|
||||
|
Reference in New Issue
Block a user