1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-26 11:16:44 +02:00

Add pymongo in install requirements

This commit is contained in:
Sylvain Bellemare 2016-12-12 22:27:54 +01:00 committed by Sylvain Bellemare
parent 2f4ee4d8b9
commit 2486fb3d39

View File

@ -58,6 +58,7 @@ benchmarks_require = [
install_requires = [
'rethinkdb~=2.3', # i.e. a version between 2.3 and 3.0
'pymongo~=3.4',
'pysha3>=0.3',
'cryptoconditions>=0.5.0',
'statsd>=3.2.1',