mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-07 22:12:15 -04:00
Merge branch 'master' into qa
* master: peg to working doublethink Use disk cache params only on Chrome.start Remove stale comment Improve disk cache options Add disk cache options to Chrome update (C)
This commit is contained in:
commit
c686fc7443
2 changed files with 14 additions and 5 deletions
4
setup.py
4
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.5.dev320',
|
||||
version='1.5.0',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
@ -71,7 +71,7 @@ setuptools.setup(
|
|||
'websocket-client>=0.39.0,<=0.48.0',
|
||||
'pillow>=5.2.0',
|
||||
'urlcanon>=0.1.dev23',
|
||||
'doublethink>=0.2.0.dev90',
|
||||
'doublethink>=0.2.0',
|
||||
'rethinkdb>=2.3',
|
||||
'cerberus>=1.0.1',
|
||||
'jinja2>=2.10',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue