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

@ -21,7 +21,7 @@ beautifulsoup4==4.6.0
# The below pins mirror the Python version-conditional pins in setup.py
#
Jinja2>=2.10.1; python_version >= '3.6'
mock; python_version >= '3.6'
mock<=4.0.2; python_version >= '3.6'
more-itertools; python_version >= '3.6'
setuptools; python_version >= '3.6'
sshpubkeys>=3.1.0; python_version >= '3.6'