mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add todo note about not installing db drivers
This commit is contained in:
parent
2486fb3d39
commit
b6293702ce
1
setup.py
1
setup.py
@ -57,6 +57,7 @@ benchmarks_require = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
|
# TODO Consider not installing the db drivers, or putting them in extras.
|
||||||
'rethinkdb~=2.3', # i.e. a version between 2.3 and 3.0
|
'rethinkdb~=2.3', # i.e. a version between 2.3 and 3.0
|
||||||
'pymongo~=3.4',
|
'pymongo~=3.4',
|
||||||
'pysha3>=0.3',
|
'pysha3>=0.3',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user