rethinkstuff is now "doublethink

This commit is contained in:
Noah Levitt 2017-03-02 12:48:45 -08:00
parent 700b08b7d7
commit 569af05b11
12 changed files with 238 additions and 234 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b9.dev197',
version='1.1b9.dev198',
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.2.0.dev62',
'doublethink>=0.2.0.dev66',
'rethinkdb>=2.3,<2.4',
'cerberus==1.0.1',
'jinja2',