diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-27 11:38:06 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-27 11:38:06 -0400 |
commit | 9413c12d2126d4f86f2340e458226e72c0d4ecec (patch) | |
tree | b8c6cb667db07cb0247c07a3e09c222f412d6a99 /askbot-requirements.txt | |
parent | c50f61d34bf8b5431e8557a48b81a57026b3f0da (diff) | |
parent | 5c483bace8ac3066b88f2ce7ecb8c95a34aea07d (diff) | |
download | askbot-9413c12d2126d4f86f2340e458226e72c0d4ecec.tar.gz askbot-9413c12d2126d4f86f2340e458226e72c0d4ecec.tar.bz2 askbot-9413c12d2126d4f86f2340e458226e72c0d4ecec.zip |
intermediate commit after merge
Diffstat (limited to 'askbot-requirements.txt')
-rw-r--r-- | askbot-requirements.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/askbot-requirements.txt b/askbot-requirements.txt new file mode 100644 index 00000000..66a37fbe --- /dev/null +++ b/askbot-requirements.txt @@ -0,0 +1,9 @@ +django>=1.1 # Note: email subscription sender job requires Django 1.1, everything else works with 1.0 +#mysql-python # Can't use with pip, see http://groups.google.com/group/python-virtualenv/msg/ea988085951c92b3 +python-openid +html5lib +markdown2 +git+git://github.com/robhudson/django-debug-toolbar.git +git+git://github.com/dcramer/django-sphinx.git +svn+http://recaptcha-django.googlecode.com/svn/trunk/ +svn+http://recaptcha.googlecode.com/svn/trunk/recaptcha-plugins/python/ |