From 6ca6581ee7b79cde073e400a15d60d42101232a6 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 21 Feb 2012 21:17:36 -0300 Subject: fixed html5lib requirement to version 0.90 --- askbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/__init__.py b/askbot/__init__.py index 2989d660..539630d9 100644 --- a/askbot/__init__.py +++ b/askbot/__init__.py @@ -21,7 +21,7 @@ REQUIREMENTS = { 'south': 'South>=0.7.1', 'oauth2': 'oauth2', 'markdown2': 'markdown2', - 'html5lib': 'html5lib', + 'html5lib': 'html5lib==0.90', 'keyedcache': 'django-keyedcache', 'threaded_multihost': 'django-threaded-multihost', 'robots': 'django-robots', -- cgit v1.2.3-1-g7c22