From fc395fde06dad5d9010dd9a985df4b2246ca72b1 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 31 Jul 2011 14:46:32 -0400 Subject: changed to using django-recaptcha-works module --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ddfe917d..afe8cfb6 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,6 @@ install_requires = [ 'Coffin>=0.3', 'South>=0.7.1', 'oauth2', - 'recaptcha-client', 'markdown2', 'html5lib', 'django-keyedcache', @@ -23,6 +22,7 @@ install_requires = [ 'django-celery==2.2.3', 'django-kombu==0.9.2', 'django-followit', + 'django-recaptcha-works', 'python-openid', ] -- cgit v1.2.3-1-g7c22