diff options
Diffstat (limited to 'askbot_requirements_dev.txt')
-rw-r--r-- | askbot_requirements_dev.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/askbot_requirements_dev.txt b/askbot_requirements_dev.txt new file mode 100644 index 00000000..af83b691 --- /dev/null +++ b/askbot_requirements_dev.txt @@ -0,0 +1,20 @@ +akismet +django>=1.1.2 +Jinja2 +Coffin>=0.3 +-e git+https://github.com/matthiask/south.git#egg=south +oauth2 +markdown2 +html5lib +django-keyedcache +django-threaded-multihost +django-robots +unidecode +django-countries==1.0.5 +django-celery==2.2.7 +django-kombu==0.9.2 +django-followit +django-recaptcha-works +python-openid +pystache==0.3.1 +pylint |