summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-14 15:54:37 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-14 15:59:56 -0300
commit4f2f40eb73294c143014f50292601cdf7a4fd17b (patch)
tree2ab5e072ae055fcca021a3932122369828591ff7 /setup.py
parent69b3fba391ab250a905ccde543727f7d4ed24e48 (diff)
downloadaskbot-4f2f40eb73294c143014f50292601cdf7a4fd17b.tar.gz
askbot-4f2f40eb73294c143014f50292601cdf7a4fd17b.tar.bz2
askbot-4f2f40eb73294c143014f50292601cdf7a4fd17b.zip
maintenance edits - moved more external urls to consts and pylinted a number of files
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d319d761..71ed2abb 100644
--- a/setup.py
+++ b/setup.py
@@ -7,6 +7,7 @@ import sys
#you might want to install django-debug-toolbar as well
install_requires = [
+ 'akismet',
'django>=1.1.2',
'Jinja2',
'Coffin>=0.3',