mirror of https://github.com/flaggo/pydu.git
add psutil to requirements-dev
This commit is contained in:
parent
1238bc9b93
commit
34a8b7e364
|
@ -1,6 +1,7 @@
|
|||
"""
|
||||
Useful data structures, utils for Python.
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
__version__ = '0.5.0'
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
pytest>=2.8.0
|
||||
pytest-xdist
|
||||
coverage
|
||||
coverage
|
||||
psutil
|
||||
|
|
Loading…
Reference in New Issue