add psutil to requirements-dev

This commit is contained in:
Prodesire 2018-02-06 22:17:29 +08:00
parent 1238bc9b93
commit 34a8b7e364
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
"""
Useful data structures, utils for Python.
"""
from __future__ import absolute_import
__version__ = '0.5.0'

View File

@ -1,3 +1,4 @@
pytest>=2.8.0
pytest-xdist
coverage
coverage
psutil