Mercurial > public > sg101
comparison requirements.txt @ 849:ff645a692791
For issue #79, use bleach to sanitize both user input markdown & html.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 30 Oct 2014 19:30:37 -0500 |
parents | 689db80068c8 |
children | 202e0828aafe |
comparison
equal
deleted
inserted
replaced
848:32ebe22f0cad | 849:ff645a692791 |
---|---|
1 Django==1.6.6 | 1 Django==1.6.6 |
2 Markdown==2.3.1 | 2 Markdown==2.5.1 |
3 MySQL-python==1.2.4 | 3 MySQL-python==1.2.4 |
4 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev | 4 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev |
5 django-haystack==2.1.0 | 5 django-haystack==2.1.0 |
6 django-tagging==0.3.1 | 6 django-tagging==0.3.1 |
7 gdata==2.0.15 | 7 gdata==2.0.15 |
8 html5lib==0.90 | 8 html5lib==0.999 |
9 bleach==1.4 | |
9 pytz==2013b | 10 pytz==2013b |
10 queued-search==2.1.0 | 11 queued-search==2.1.0 |
11 queues==0.6.3 | 12 queues==0.6.3 |
12 redis==2.7.2 | 13 redis==2.7.2 |
13 repoze.timeago==0.5 | 14 repoze.timeago==0.5 |