From e75798be38e33a8b2bd2795b703ad318b2484b4d Mon Sep 17 00:00:00 2001 From: troymc Date: Tue, 28 Jun 2016 11:29:20 +0200 Subject: [PATCH] Use the latest rethinkdb 2.3.x driver for Python --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b755c08..602bd184 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ setup( ] }, install_requires=[ - 'rethinkdb==2.3.0', + 'rethinkdb~=2.3', 'pysha3==0.3', 'pytz==2015.7', 'cryptoconditions==0.4.1',