Move zero_ex.json_schemas to its own package

This commit is contained in:
F. Eugene Aumson
2018-12-12 17:47:25 -08:00
parent f9a6c45a03
commit b6c8126589
31 changed files with 474 additions and 12 deletions

View File

@@ -171,9 +171,9 @@ setup(
"ganache": GanacheCommand,
},
install_requires=[
"0x-json-schemas",
"eth-abi",
"eth_utils",
"jsonschema",
"mypy_extensions",
"web3",
],
@@ -198,7 +198,6 @@ 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",