mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
pin psutil version, too
This commit is contained in:
parent
f220707aa4
commit
de5c520ad7
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.dev89',
|
version='1.1b6.dev90',
|
||||||
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',
|
||||||
@ -66,7 +66,7 @@ setuptools.setup(
|
|||||||
'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',
|
||||||
'psutil',
|
'psutil==4.3.0',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'webconsole': ['flask>=0.11', 'gunicorn'],
|
'webconsole': ['flask>=0.11', 'gunicorn'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user