pin rethinkdb requirement to 2.3.x (this needs to roughly track deployed version)

This commit is contained in:
Noah Levitt 2016-04-07 23:35:20 +00:00
parent 7c637a45e0
commit 919692f9fa

View File

@ -21,6 +21,7 @@ setuptools.setup(name='brozzler',
'pillow', 'pillow',
'surt>=0.3b2', 'surt>=0.3b2',
'rethinkstuff', 'rethinkstuff',
'rethinkdb>=2.3,<2.4',
], ],
zip_safe=False, zip_safe=False,
classifiers=[ classifiers=[