From 30126297d6d5317db32164f5630b2dd627c87d50 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 31 Jan 2014 23:49:12 +0100 Subject: [PATCH] fix setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ffd4c4b..1b64355f 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( 'django-jqchat', 'psutil', 'pyyaml', - 'python-ebml' + 'python-ebml', 'zipstream', 'django-debug-toolbar', ], -- 2.39.5