Problem: py-abci not upgraded (#2281)

Solution: Upgrade py-abci
This commit is contained in:
Vanshdeep Singh 2018-05-11 10:32:39 +02:00 committed by vrde
parent 31bae195e7
commit d2685052a6
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ install_requires = [
'pyyaml~=3.12',
'aiohttp~=2.3',
'python-rapidjson-schema==0.1.1',
'bigchaindb-abci==0.4.4',
'bigchaindb-abci==0.4.5',
'setproctitle~=1.1.0',
]