From: yomguy Date: Fri, 9 Mar 2012 15:35:31 +0000 (+0100) Subject: add dep X-Git-Tag: 0.9~77^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=08eaada2d54039a9eff950d0e9ad86a518eb3f6b;p=telecaster-client.git add dep --- 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'],