update dependency version for bigchaindb-abci

this fixes operation using python 3.9 due to a bug in gevent
avoids a segfault on default setup based on debian 11 and derivatives
thanks to @albertolerda for troubleshooting
This commit is contained in:
Jaromil 2021-11-27 21:12:42 +01:00
parent caf31647e0
commit ad4c64923a

View File

@ -72,7 +72,7 @@ tests_require = [
install_requires = [
'aiohttp==3.6.2',
'bigchaindb-abci==1.0.5',
'bigchaindb-abci==1.0.7',
'cryptoconditions==0.8.0',
'flask-cors==3.0.8',
'flask-restful==0.3.8',