update for reppy api change and pin to current version of reppy

This commit is contained in:
Noah Levitt 2016-11-08 13:39:32 -08:00
parent cba5fa4a0b
commit f10b4c71e6
2 changed files with 21 additions and 20 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b7.dev114',
version='1.1b7.dev115',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',
@ -59,7 +59,7 @@ setuptools.setup(
install_requires=[
'PyYAML',
'youtube-dl',
'reppy',
'reppy==0.4.1',
'requests',
'websocket-client',
'pillow==3.3.0',