Mercurial > public > sg101
comparison requirements.txt @ 557:7247a406f92b
Merging change to requirements.txt made on production server.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 29 Jan 2012 14:45:09 -0600 |
parents | c094c43ec99f |
children | 9dbd9a2a76d6 |
comparison
equal
deleted
inserted
replaced
556:70722b7d10af | 557:7247a406f92b |
---|---|
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+https://github.com/gremmie/django-elsewhere.git@af738d50efb143a86673a2edf258bb93706682c8#egg=django_elsewhere-dev |
6 django-haystack==1.2.6 | 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 |
30 # There were two packages that I punted on and hacked into my virtualenv by symlinking to the global | 30 # There were two packages that I punted on and hacked into my virtualenv by symlinking to the global |
31 # site-packages | 31 # site-packages |
32 # PIL | 32 # PIL |
33 # xapian | 33 # xapian |
34 # | 34 # |
35 ## The following requirements were added by pip --freeze: |