mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: pypi bigchaindb-abci not used (#2261)
Solution: Migrate to pypi abci
This commit is contained in:
parent
e271ae9e5b
commit
551cf58c7c
3
setup.py
3
setup.py
@ -84,7 +84,7 @@ install_requires = [
|
||||
'pyyaml~=3.12',
|
||||
'aiohttp~=2.3',
|
||||
'python-rapidjson-schema==0.1.1',
|
||||
'abci==0.4.4',
|
||||
'bigchaindb-abci==0.4.4',
|
||||
'setproctitle~=1.1.0',
|
||||
]
|
||||
|
||||
@ -131,7 +131,6 @@ setup(
|
||||
],
|
||||
},
|
||||
install_requires=install_requires,
|
||||
dependency_links=['git+https://github.com/kansi/py-abci.git@master#egg=abci-0.4.4'],
|
||||
setup_requires=['pytest-runner'],
|
||||
tests_require=tests_require,
|
||||
extras_require={
|
||||
|
Loading…
x
Reference in New Issue
Block a user