summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-03-20 22:21:16 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-03-20 22:21:16 -0400
commita9bf06fedc023845ba39eb489a26713d58cce591 (patch)
tree2c73ce2b6a4041b57f37de6f90e9d808a1e82821 /setup.py
parent4efd60422e2973057368036afa01a24380c2480f (diff)
downloadaskbot-a9bf06fedc023845ba39eb489a26713d58cce591.tar.gz
askbot-a9bf06fedc023845ba39eb489a26713d58cce591.tar.bz2
askbot-a9bf06fedc023845ba39eb489a26713d58cce591.zip
fixed dependency for the renamed package django-kombu and small changes in login providers solution
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a1bbe09f..198aacaf 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ install_requires = [
'unidecode',
'django-countries==1.0.5',
'django-celery==2.2.3',
- 'djkombu==0.9.2',
+ 'django-kombu==0.9.2',
]
import askbot