mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
turns out we want populate_defaults to happen in __init__, fix so things work right
This commit is contained in:
parent
01653c01d7
commit
9e1e002a71
2 changed files with 6 additions and 6 deletions
4
setup.py
4
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b9.dev200',
|
||||
version='1.1b9.dev201',
|
||||
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.dev70',
|
||||
'doublethink>=0.2.0.dev71',
|
||||
'rethinkdb>=2.3,<2.4',
|
||||
'cerberus==1.0.1',
|
||||
'jinja2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue