order_utils.py: pin eth-abi version (#1947)

Fixes broken builds due to new release of eth-abi.
This commit is contained in:
F. Eugene Aumson
2019-07-11 18:08:16 -04:00
committed by GitHub
parent 50da1354f3
commit e6c70fda66

View File

@@ -172,7 +172,7 @@ setup(
"0x-contract-artifacts",
"0x-json-schemas",
"0x-web3",
"eth-abi",
"eth-abi<2.0.0",
"eth_utils",
"hypothesis>=3.31.2", # HACK! this is web3's dependency!
# above works around https://github.com/ethereum/web3.py/issues/1179