mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
only websocket-client-py3==0.13.1 works right with python3 at the moment, see https://github.com/liris/websocket-client/issues/84
This commit is contained in:
parent
154eb6f334
commit
cc0ffee508
1 changed files with 4 additions and 2 deletions
6
setup.py
6
setup.py
|
@ -1,8 +1,10 @@
|
|||
# vim: set sw=4 et:
|
||||
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(name='umbra',
|
||||
version='0.1',
|
||||
description='Google Chrome remote control interface',
|
||||
description='Browser automation via chrome debug protocol',
|
||||
url='https://github.com/internetarchive/umbra',
|
||||
author='Eldon Stegall',
|
||||
author_email='eldon@archive.org',
|
||||
|
@ -10,7 +12,7 @@ setuptools.setup(name='umbra',
|
|||
license='Apache License 2.0',
|
||||
packages=['umbra'],
|
||||
package_data={'umbra':['behaviors.d/*.js']},
|
||||
install_requires=['kombu', 'websocket-client-py3','argparse'],
|
||||
install_requires=['kombu', 'websocket-client-py3==0.13.1','argparse'],
|
||||
scripts=['bin/umbra', 'bin/load_url.py', 'bin/dump_queue.py'],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue