Problem: pypi bigchaindb-abci not used (#2261)

Solution: Migrate to pypi abci
This commit is contained in:
Vanshdeep Singh 2018-05-03 16:04:16 +02:00 committed by Troy McConaghy
parent e271ae9e5b
commit 551cf58c7c

View File

@ -84,7 +84,7 @@ install_requires = [
'pyyaml~=3.12', 'pyyaml~=3.12',
'aiohttp~=2.3', 'aiohttp~=2.3',
'python-rapidjson-schema==0.1.1', 'python-rapidjson-schema==0.1.1',
'abci==0.4.4', 'bigchaindb-abci==0.4.4',
'setproctitle~=1.1.0', 'setproctitle~=1.1.0',
] ]
@ -131,7 +131,6 @@ setup(
], ],
}, },
install_requires=install_requires, install_requires=install_requires,
dependency_links=['git+https://github.com/kansi/py-abci.git@master#egg=abci-0.4.4'],
setup_requires=['pytest-runner'], setup_requires=['pytest-runner'],
tests_require=tests_require, tests_require=tests_require,
extras_require={ extras_require={