mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
pin pillow to version 3.3.0, primarily because we have a wheel in devpi for that version
This commit is contained in:
parent
df676223aa
commit
f220707aa4
4
setup.py
4
setup.py
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='brozzler',
|
name='brozzler',
|
||||||
version='1.1b6.dev88',
|
version='1.1b6.dev89',
|
||||||
description='Distributed web crawling with browsers',
|
description='Distributed web crawling with browsers',
|
||||||
url='https://github.com/internetarchive/brozzler',
|
url='https://github.com/internetarchive/brozzler',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
@ -62,7 +62,7 @@ setuptools.setup(
|
|||||||
'reppy',
|
'reppy',
|
||||||
'requests',
|
'requests',
|
||||||
'websocket-client',
|
'websocket-client',
|
||||||
'pillow',
|
'pillow==3.3.0',
|
||||||
'surt>=0.3.0',
|
'surt>=0.3.0',
|
||||||
'rethinkstuff>=0.1.5',
|
'rethinkstuff>=0.1.5',
|
||||||
'rethinkdb>=2.3,<2.4',
|
'rethinkdb>=2.3,<2.4',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user