annotate requirements_dev.txt @ 629:f4c043cf55ac

Wiki integration. Requests don't always have sessions. In particular this occurs when a request is made without a trailing slash. The Common middleware redirects when this happens, and the middleware process_request() processing stops before a session can get added. So just set an attribute on the request object for each operation. This seemed weird to me at first, but there are plenty of examples of this in the Django code base already.
author Brian Neal <bgneal@gmail.com>
date Tue, 13 Nov 2012 13:50:06 -0600
parents 8b9fc7487222
children cb61b53472d2
rev   line source
bgneal@611 1 Django==1.4.1
bgneal@582 2 -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev
bgneal@582 3 MySQL-python==1.2.3
bgneal@582 4 django-debug-toolbar==0.9.4
bgneal@611 5 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-dev
bgneal@582 6 django-haystack==1.2.7
bgneal@582 7 django-tagging==0.3.1
bgneal@582 8 gdata==2.0.15
bgneal@582 9 html5lib==0.90
bgneal@582 10 pytz==2011n
bgneal@582 11 queued-search==1.0.4
bgneal@582 12 queues==0.6.1
bgneal@582 13 redis==2.4.10
bgneal@582 14 repoze.timeago==0.5
bgneal@582 15 xapian-haystack==1.1.5beta
bgneal@582 16 amqplib==1.0.2
bgneal@582 17 anyjson==0.3.1
bgneal@582 18 celery==2.4.5
bgneal@582 19 django-celery==2.4.2
bgneal@582 20 django-picklefield==0.1.9
bgneal@582 21 # not needed for Python 2.7 importlib==1.0.2
bgneal@582 22 kombu==1.5.1
bgneal@582 23 multiprocessing==2.6.2.1
bgneal@582 24 ordereddict==1.1
bgneal@582 25 python-dateutil==1.5
bgneal@582 26 python-memcached==1.48
bgneal@582 27 wsgiref==0.1.2
bgneal@582 28 python-ts3==0.1
bgneal@582 29 Fabric==1.4.1
bgneal@582 30 argparse==1.2.1
bgneal@582 31 distribute==0.6.24
bgneal@582 32 pycrypto==2.5
bgneal@582 33 ssh==1.7.13
bgneal@589 34 docutils==0.9
bgneal@582 35 #
bgneal@582 36 # There were two packages that I punted on and hacked into my virtualenv by symlinking to the global
bgneal@582 37 # site-packages
bgneal@582 38 # PIL
bgneal@582 39 # xapian
bgneal@582 40 #
bgneal@611 41 ## The following requirements were added by pip --freeze: