mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
use updated doublethink library populate_defaults() to avoid problem where under certain circumstances field values from the database would be overwritten by defaults
This commit is contained in:
parent
242ff51ec7
commit
01653c01d7
4 changed files with 123 additions and 54 deletions
4
setup.py
4
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b9.dev199',
|
||||
version='1.1b9.dev200',
|
||||
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',
|
||||
'doublethink>=0.2.0.dev66',
|
||||
'doublethink>=0.2.0.dev70',
|
||||
'rethinkdb>=2.3,<2.4',
|
||||
'cerberus==1.0.1',
|
||||
'jinja2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue