euscan: Adding missing requirement ansi2html

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino 2012-08-15 15:31:50 +02:00
parent 68da776d07
commit d66c2dff99
1 changed files with 1 additions and 1 deletions

View File

@ -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,