mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-04 15:45:00 -04:00
Merge branch 'master' into qa
* master: fix attempt for deadlock-ish situation fix unclosed file warnings when running python in debug mode give vagrant vm a name in virtualbox add note to readme about browser version check browser version at startup Reinstate logging Fix typo and block legacy google-analytics.com/ga.js Use Network.setBlockedUrls instead of Debugger to block URLs bump dev version after PR merge back to dev version number commit for beta release this should fix travis build? fix tests update brozzler-easy for current warcprox api claim sites to brozzle in batches to reduce contention over sites table lengthen site session brozzling time to 15 minutes fix needs_browsing check new test test_needs_browsing increase timeout waiting for screenshot Use TCP_NODELAY in websocket connection to improve performance
This commit is contained in:
commit
df0717d072
15 changed files with 236 additions and 114 deletions
6
setup.py
6
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b12.dev279',
|
||||
version='1.1b13.dev285',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
@ -79,8 +79,8 @@ setuptools.setup(
|
|||
extras_require={
|
||||
'dashboard': ['flask>=0.11', 'gunicorn'],
|
||||
'easy': [
|
||||
'warcprox>=2.1b1.dev87',
|
||||
'pywb',
|
||||
'warcprox>=2.4b1.dev145',
|
||||
'pywb<2',
|
||||
'flask>=0.11',
|
||||
'gunicorn'
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue