From 08eaada2d54039a9eff950d0e9ad86a518eb3f6b Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 9 Mar 2012 16:35:31 +0100 Subject: [PATCH] add dep --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a2187ce..444184e 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( install_requires = [ 'django>=1.3.1', 'django-json-rpc', + 'deefuzzer', 'south', ], platforms=['OS Independent'], -- 2.39.5