mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
caf31647e0
commit
ad4c64923a
2
setup.py
2
setup.py
@ -72,7 +72,7 @@ tests_require = [
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'aiohttp==3.6.2',
|
'aiohttp==3.6.2',
|
||||||
'bigchaindb-abci==1.0.5',
|
'bigchaindb-abci==1.0.7',
|
||||||
'cryptoconditions==0.8.0',
|
'cryptoconditions==0.8.0',
|
||||||
'flask-cors==3.0.8',
|
'flask-cors==3.0.8',
|
||||||
'flask-restful==0.3.8',
|
'flask-restful==0.3.8',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user