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

Use the latest rethinkdb 2.3.x driver for Python

This commit is contained in:
troymc 2016-06-28 11:29:20 +02:00
parent 2b4c230f7f
commit e75798be38

View File

@ -92,7 +92,7 @@ setup(
]
},
install_requires=[
'rethinkdb==2.3.0',
'rethinkdb~=2.3',
'pysha3==0.3',
'pytz==2015.7',
'cryptoconditions==0.4.1',