summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/__init__.py')
-rw-r--r--askbot/__init__.py2
1 files changed, 1 insertions, 1 deletions
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',