From add74664b45a6ae3a87d7ed5722b99768fbeae1f Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 31 Jul 2011 17:02:45 -0400 Subject: django-recaptcha-works module works indeed, also added a simple framework to auto-test dependencies --- askbot_requirements.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 askbot_requirements.txt (limited to 'askbot_requirements.txt') diff --git a/askbot_requirements.txt b/askbot_requirements.txt new file mode 100644 index 00000000..ba72edb8 --- /dev/null +++ b/askbot_requirements.txt @@ -0,0 +1,16 @@ +django>=1.1.2 +Jinja2 +Coffin>=0.3 +South>=0.7.1 +oauth2 +recaptcha-client +markdown2 +html5lib +django-keyedcache +django-threaded-multihost +django-robots +unidecode +django-countries==1.0.5 +django-celery==2.2.3 +django-kombu==0.9.2 +-e git+git://github.com/ASKBOT/django-followit.git#egg=followit -- cgit v1.2.3-1-g7c22