diagnostics: Add external dependency on psutil

This commit is contained in:
Sunil Mohan Adapa 2015-08-21 19:32:04 +05:30 committed by James Valleroy
parent ea64fa1c7a
commit 4bddc70ce0
4 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,8 @@ infrastructure in place for it from the start. Use it like this:
* *Modernizer* - HTML5 and CSS3 feature detection
* *Psutil* - Convenience functions for managing processes
* *Python3* - Requires minimum 3.3, tested with version 3.4.1
* *Twitter Bootstrap* - A responsive, mobile first front-end framework

View File

@ -23,6 +23,7 @@
python3-django \
python3-django-stronghold \
python3-gi \
python3-psutil \
python3-setuptools \
python3-yaml \
gir1.2-glib-2.0 \

View File

@ -2,5 +2,6 @@ cherrypy >= 3.0
coverage >= 3.7
django >= 1.7.0
django-stronghold
psutil
python-augeas
pyyaml

View File

@ -116,6 +116,7 @@ setuptools.setup(
'django >= 1.7.0',
'django-bootstrap-form',
'django-stronghold',
'psutil',
'python-augeas',
'pyyaml',
],