Mercurial > public > sg101
annotate requirements.txt @ 752:95f4e7f352fd
For Django 1.6: contrib auth password reset confirm view signature changed.
The uidb64 parameter was previously base 36 encoded and named uidb36.
Had to update urls.py. While I was in there I decided to make the
password reset email use the {% url %} tag to be more resilient if the
url changes.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 01 Jan 2014 19:52:07 -0600 |
parents | 22fb12361fb3 |
children | eb3fa9a04065 |
rev | line source |
---|---|
bgneal@748 | 1 Django==1.6.1 |
bgneal@657 | 2 Markdown==2.3.1 |
bgneal@650 | 3 MySQL-python==1.2.4 |
bgneal@653 | 4 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev |
bgneal@583 | 5 django-haystack==1.2.7 |
bgneal@510 | 6 django-tagging==0.3.1 |
bgneal@510 | 7 gdata==2.0.15 |
bgneal@510 | 8 html5lib==0.90 |
bgneal@650 | 9 pytz==2013b |
bgneal@542 | 10 queued-search==1.0.4 |
bgneal@510 | 11 queues==0.6.1 |
bgneal@650 | 12 redis==2.7.2 |
bgneal@510 | 13 repoze.timeago==0.5 |
bgneal@542 | 14 xapian-haystack==1.1.5beta |
bgneal@650 | 15 anyjson==0.3.3 |
bgneal@751 | 16 celery==3.1.7 |
bgneal@748 | 17 django-picklefield==0.3.1 |
bgneal@751 | 18 kombu==3.0.8 |
bgneal@511 | 19 python-dateutil==1.5 |
bgneal@511 | 20 python-memcached==1.48 |
bgneal@547 | 21 wsgiref==0.1.2 |
bgneal@547 | 22 python-ts3==0.1 |
bgneal@650 | 23 docutils==0.10 |
bgneal@751 | 24 amqp==1.3.3 |
bgneal@650 | 25 argparse==1.2.1 |
bgneal@748 | 26 six==1.4.1 |
bgneal@670 | 27 ftfy==2.0.1 |
bgneal@708 | 28 Pillow==2.1.0 |
bgneal@708 | 29 boto==2.13.0 |
bgneal@751 | 30 billiard==3.3.0.13 |
bgneal@510 | 31 # |
bgneal@708 | 32 # These packages I punted on and hacked into my virtualenv by |
bgneal@653 | 33 # symlinking to the global site-packages: |
bgneal@510 | 34 # xapian |