mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
use new rethinkstuff ORM
This commit is contained in:
parent
a1f1681cad
commit
700b08b7d7
8 changed files with 134 additions and 247 deletions
4
setup.py
4
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue