summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-02-21 21:17:36 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-02-21 21:17:36 -0300
commit6ca6581ee7b79cde073e400a15d60d42101232a6 (patch)
treed7e8d0e42d8de99aa334b2904babddaee353c049 /askbot/__init__.py
parentee57d8981757732a83bce1fe96a20c505fa65390 (diff)
downloadaskbot-6ca6581ee7b79cde073e400a15d60d42101232a6.tar.gz
askbot-6ca6581ee7b79cde073e400a15d60d42101232a6.tar.bz2
askbot-6ca6581ee7b79cde073e400a15d60d42101232a6.zip
fixed html5lib requirement to version 0.90
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',