From 0a74560e1092915fd3cde36cf132a475ed10be7a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 29 Dec 2013 23:11:46 +0100 Subject: [PATCH] add deps --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 17621ae6..f61b1255 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,9 @@ setup( 'docutils', 'django-timezones', 'django-jqchat', + 'psutil', + 'pyyaml', + 'python-ebml' ], platforms=['OS Independent'], license='CeCILL v2', -- 2.39.5