Fix Blockchain to work with new API (#3575)

* Fix Blockchain to work with new API

* Improve Lambda->SQS error handling
This commit is contained in:
Bert Blommers 2021-01-07 03:18:50 -08:00 committed by GitHub
commit 9ecea2012a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 12 deletions

View file

@ -70,7 +70,7 @@ if PY2:
else:
install_requires += [
"Jinja2>=2.10.1",
"mock",
"mock<=4.0.2",
"more-itertools",
"setuptools",
"zipp",