From d66c2dff99e4a24dec89cc625deac72ee19793ef Mon Sep 17 00:00:00 2001 From: volpino Date: Wed, 15 Aug 2012 15:31:50 +0200 Subject: [PATCH] euscan: Adding missing requirement ansi2html Signed-off-by: volpino --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a1ac0a..fd9e6da 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +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', + 'django-recaptcha>=0.0.4', 'ansi2html>=0.9.1', ], package_dir={'': 'pym'}, packages=packages,