Demonstrate calling contracts with tuple arrays (#1615)

This commit is contained in:
F. Eugene Aumson
2019-02-21 16:24:54 -08:00
committed by GitHub
parent ceb651fdd1
commit 6bcc2064a2
2 changed files with 53 additions and 1 deletions

View File

@@ -168,12 +168,12 @@ setup(
"0x-contract-addresses",
"0x-contract-artifacts",
"0x-json-schemas",
"0x-web3",
"eth-abi",
"eth_utils",
"hypothesis>=3.31.2", # HACK! this is web3's dependency!
# above works around https://github.com/ethereum/web3.py/issues/1179
"mypy_extensions",
"web3",
],
extras_require={
"dev": [