mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04: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
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue