mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-19 12:24:20 -04:00
add psutil dependency
This commit is contained in:
parent
c12090b3ef
commit
1141c5951e
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -40,6 +40,7 @@ setuptools.setup(name='brozzler',
|
||||||
'surt>=0.3b2',
|
'surt>=0.3b2',
|
||||||
'rethinkstuff',
|
'rethinkstuff',
|
||||||
'rethinkdb>=2.3,<2.4',
|
'rethinkdb>=2.3,<2.4',
|
||||||
|
'psutil',
|
||||||
],
|
],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue