pin pillow to version 3.3.0, primarily because we have a wheel in devpi for that version

This commit is contained in:
Noah Levitt 2016-10-03 17:06:58 -07:00
parent df676223aa
commit f220707aa4

View File

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b6.dev88',
version='1.1b6.dev89',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',
@ -62,7 +62,7 @@ setuptools.setup(
'reppy',
'requests',
'websocket-client',
'pillow',
'pillow==3.3.0',
'surt>=0.3.0',
'rethinkstuff>=0.1.5',
'rethinkdb>=2.3,<2.4',