mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
avoid broken version of websocket-client to fix https://github.com/internetarchive/brozzler/issues/28
This commit is contained in:
parent
e250c4ca89
commit
0b6c5346bd
4
setup.py
4
setup.py
@ -32,7 +32,7 @@ def find_package_data(package):
|
||||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b8.dev134',
|
||||
version='1.1b8.dev135',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
@ -62,7 +62,7 @@ setuptools.setup(
|
||||
'youtube-dl',
|
||||
'reppy==0.3.4',
|
||||
'requests',
|
||||
'websocket-client',
|
||||
'websocket-client!=0.39.0',
|
||||
'pillow==3.3.0',
|
||||
'surt>=0.3.0',
|
||||
'rethinkstuff>=0.1.5',
|
||||
|
Loading…
x
Reference in New Issue
Block a user