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:
parent
a31599d000
commit
9ecea2012a
6 changed files with 23 additions and 12 deletions
2
setup.py
2
setup.py
|
|
@ -70,7 +70,7 @@ if PY2:
|
|||
else:
|
||||
install_requires += [
|
||||
"Jinja2>=2.10.1",
|
||||
"mock",
|
||||
"mock<=4.0.2",
|
||||
"more-itertools",
|
||||
"setuptools",
|
||||
"zipp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue