summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2013-02-14 13:03:29 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2013-02-14 13:03:29 -0600
commit8dcde62c89e336c31bd794a795c30dfa31e3a3bd (patch)
tree32eac8450d4b623ffab59ed150940c0117613e1d /askbot/__init__.py
parent028b94f1b95de8b64f296b15ba6ed6441e788466 (diff)
downloadaskbot-8dcde62c89e336c31bd794a795c30dfa31e3a3bd.tar.gz
askbot-8dcde62c89e336c31bd794a795c30dfa31e3a3bd.tar.bz2
askbot-8dcde62c89e336c31bd794a795c30dfa31e3a3bd.zip
fixed django-tinymce version
Diffstat (limited to 'askbot/__init__.py')
-rw-r--r--askbot/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index d90b7daa..e00a1e2f 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -33,14 +33,14 @@ REQUIREMENTS = {
'openid': 'python-openid',
'pystache': 'pystache==0.3.1',
'pytz': 'pytz',
- 'tinymce': 'django-tinymce',
+ 'tinymce': 'django-tinymce==1.5.1b2',
'longerusername': 'longerusername',
'bs4': 'beautifulsoup4'
}
if platform.system() != 'Windows':
REQUIREMENTS['lamson'] = 'Lamson'
-
+
#necessary for interoperability of django and coffin
try:
from askbot import patches