Mercurial > public > sg101
comparison requirements.txt @ 542:008b21c082b2
Updated requirements.txt file after updating to latest Haystack.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 10 Jan 2012 21:14:10 -0600 |
parents | 5794e3414596 |
children | 15fad6df98d9 |
comparison
equal
deleted
inserted
replaced
541:06300c08bf81 | 542:008b21c082b2 |
---|---|
1 Django==1.3.1 | 1 Django==1.3.1 |
2 -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev | 2 -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev |
3 MySQL-python==1.2.3 | 3 MySQL-python==1.2.3 |
4 django-debug-toolbar==0.8.5 | 4 django-debug-toolbar==0.8.5 |
5 -e git://github.com/leah/django-elsewhere.git@d8353f90c5cda6c42a5f8345f98992db8f685421#egg=django_elsewhere-dev | 5 -e git://github.com/leah/django-elsewhere.git@d8353f90c5cda6c42a5f8345f98992db8f685421#egg=django_elsewhere-dev |
6 -e git://github.com/toastdriven/django-haystack.git@53512d286e12bc5881dbb35fa1020321b669c4cf#egg=django_haystack-dev | 6 django-haystack==1.2.6 |
7 django-tagging==0.3.1 | 7 django-tagging==0.3.1 |
8 gdata==2.0.15 | 8 gdata==2.0.15 |
9 html5lib==0.90 | 9 html5lib==0.90 |
10 pytz==2011n | 10 pytz==2011n |
11 -e git://github.com/toastdriven/queued_search.git@daca1074d1ab870b1845bd32f31f0502d768707e#egg=queued_search-dev | 11 queued-search==1.0.4 |
12 queues==0.6.1 | 12 queues==0.6.1 |
13 redis==2.4.10 | 13 redis==2.4.10 |
14 repoze.timeago==0.5 | 14 repoze.timeago==0.5 |
15 -e git://github.com/notanumber/xapian-haystack.git@144c4e6225caaaba67dc6251dbed189560519058#egg=xapian_haystack-dev | 15 xapian-haystack==1.1.5beta |
16 amqplib==1.0.2 | 16 amqplib==1.0.2 |
17 anyjson==0.3.1 | 17 anyjson==0.3.1 |
18 celery==2.4.5 | 18 celery==2.4.5 |
19 django-celery==2.4.2 | 19 django-celery==2.4.2 |
20 django-picklefield==0.1.9 | 20 django-picklefield==0.1.9 |
28 # There were two packages that I punted on and hacked into my virtualenv by symlinking to the global | 28 # There were two packages that I punted on and hacked into my virtualenv by symlinking to the global |
29 # site-packages | 29 # site-packages |
30 # PIL | 30 # PIL |
31 # xapian | 31 # xapian |
32 # | 32 # |
33 ## The following requirements were added by pip --freeze: | |
34 wsgiref==0.1.2 |