summaryrefslogtreecommitdiff
path: root/pkg/requirements.pip
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-03-17 14:27:29 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-03-17 14:27:29 -0300
commit23d77edd4c748e9758b48b5297f8b3c899c5c156 (patch)
tree0eade76b8bec7a4f71af8de46be7cb4c42cedcd6 /pkg/requirements.pip
parentf78a694b283859e4eab306dffaa0373b9f6ea8ad (diff)
Pin psutil version to avoid conflicts with gnupg.
gnupg 1.2.5 requires psutil==1.2.1
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r--pkg/requirements.pip2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index c8f6b101..850ccf44 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -10,7 +10,7 @@ requests>=1.1.0
srp>=1.0.2
pyopenssl
python-dateutil
-psutil
+psutil==1.2.1
ipaddr
twisted
python-daemon # this should not be needed for Windows.