add psutil dependency

This commit is contained in:
Noah Levitt 2016-05-09 17:19:53 -07:00
parent c12090b3ef
commit 1141c5951e

View File

@ -40,6 +40,7 @@ setuptools.setup(name='brozzler',
'surt>=0.3b2',
'rethinkstuff',
'rethinkdb>=2.3,<2.4',
'psutil',
],
zip_safe=False,
classifiers=[