local_message_signer middleware for web3.py (#1713)

This commit is contained in:
Michael Huang
2019-03-25 10:25:41 -05:00
committed by F. Eugene Aumson
parent fde9fc9dd4
commit 4f25ff6a50
38 changed files with 568 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ PACKAGE_DEPENDENCY_LIST = [
"json_schemas",
"sra_client",
"order_utils",
"middlewares",
"contract_demo"
]