Python contract wrappers (#1721)

This commit is contained in:
Michael Huang
2019-03-25 18:25:41 -05:00
committed by F. Eugene Aumson
parent e043735362
commit a256494ec8
41 changed files with 1914 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ PACKAGE_DEPENDENCY_LIST = [
# independent first) in order for them to resolve properly.
"contract_addresses",
"contract_artifacts",
"contract_wrappers",
"json_schemas",
"sra_client",
"order_utils",