From 827af401a932640a615eebf5badc4ad043fc9c28 Mon Sep 17 00:00:00 2001 From: volpino Date: Wed, 8 Aug 2012 09:27:42 +0200 Subject: [PATCH] euscanwww: Adding requirement to setup.py Signed-off-by: volpino --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2c87cc6..1a1ac0a 100755 --- a/setup.py +++ b/setup.py @@ -95,6 +95,7 @@ setup( 'django-piston>=0.2.3', 'matplotlib>=1.1.0', 'django-celery>=3.0.1', 'django-registration>=0.8', 'python-ldap>=2.4.10', 'django-auth-ldap>=1.1', + 'django-recaptcha>=0.0.4', ], package_dir={'': 'pym'}, packages=packages,