use new rethinkstuff ORM

This commit is contained in:
Noah Levitt 2017-02-28 16:12:50 -08:00
parent a1f1681cad
commit 700b08b7d7
8 changed files with 134 additions and 247 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b9.dev196',
version='1.1b9.dev197',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',
@ -69,7 +69,7 @@ setuptools.setup(
'websocket-client!=0.39.0',
'pillow==3.3.0',
'surt>=0.3.0',
'rethinkstuff>=0.1.5',
'rethinkstuff>=0.2.0.dev62',
'rethinkdb>=2.3,<2.4',
'cerberus==1.0.1',
'jinja2',