From 919692f9fa6603680874f45f8e648196150e30eb Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Thu, 7 Apr 2016 23:35:20 +0000 Subject: [PATCH] pin rethinkdb requirement to 2.3.x (this needs to roughly track deployed version) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3ca1876..966c934 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ setuptools.setup(name='brozzler', 'pillow', 'surt>=0.3b2', 'rethinkstuff', + 'rethinkdb>=2.3,<2.4', ], zip_safe=False, classifiers=[