fix(order_utils.py): validate order w/json schema (#1260)

This commit is contained in:
F. Eugene Aumson
2018-11-14 12:56:31 -05:00
committed by GitHub
parent e1d64def20
commit b961cb1952
9 changed files with 131 additions and 61 deletions

View File

@@ -159,7 +159,7 @@ setup(
install_requires=[
"eth-abi",
"eth_utils",
"ethereum",
"jsonschema",
"mypy_extensions",
"web3",
],
@@ -184,6 +184,7 @@ setup(
package_data={
"zero_ex.order_utils": ["py.typed"],
"zero_ex.contract_artifacts": ["artifacts/*"],
"zero_ex.json_schemas": ["schemas/*"],
},
package_dir={"": "src"},
license="Apache 2.0",