Add todo note about not installing db drivers

This commit is contained in:
Sylvain Bellemare 2016-12-12 22:28:15 +01:00 committed by Sylvain Bellemare
parent 2486fb3d39
commit b6293702ce

View File

@ -57,6 +57,7 @@ benchmarks_require = [
]
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
'pymongo~=3.4',
'pysha3>=0.3',