summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-09-09 22:16:29 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-09-09 22:16:29 -0400
commit704c67b1c3b0fbf22aec4c19875482e570092cf4 (patch)
tree60a848a53fd84acf608b652ab03ce404a0c8e1d0 /askbot/__init__.py
parent4e550d5358a512bf543efbf862ed75709b955340 (diff)
downloadaskbot-704c67b1c3b0fbf22aec4c19875482e570092cf4.tar.gz
askbot-704c67b1c3b0fbf22aec4c19875482e570092cf4.tar.bz2
askbot-704c67b1c3b0fbf22aec4c19875482e570092cf4.zip
added beautifusoup4 library to the list of requirements
Diffstat (limited to 'askbot/__init__.py')
-rw-r--r--askbot/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 97b5ee92..3107c689 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -34,6 +34,7 @@ REQUIREMENTS = {
'pytz': 'pytz',
'tinymce': 'django-tinymce',
'longerusername': 'longerusername',
+ 'bs4': 'beautifulsoup4'
}
if platform.system() != 'Windows':