Mercurial > public > sg101
comparison requirements.txt @ 555:c094c43ec99f
Reinstalled my fork of elsewhere with pip install -e so that the repo URL is
remembered (otherwise it looks like I got it off PyPi). Updated the
requirements.txt file.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 26 Jan 2012 22:44:45 -0600 |
parents | 1bd184f3e87b |
children | 9dbd9a2a76d6 |
comparison
equal
deleted
inserted
replaced
554:1bd184f3e87b | 555:c094c43ec99f |
---|---|
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 # django-elsewhere is from my fork; https://github.com/gremmie/django-elsewhere.git | 5 -e git+https://github.com/gremmie/django-elsewhere.git@af738d50efb143a86673a2edf258bb93706682c8#egg=django_elsewhere-dev |
6 django-elsewhere==1.0 | |
7 django-haystack==1.2.6 | 6 django-haystack==1.2.6 |
8 django-tagging==0.3.1 | 7 django-tagging==0.3.1 |
9 gdata==2.0.15 | 8 gdata==2.0.15 |
10 html5lib==0.90 | 9 html5lib==0.90 |
11 pytz==2011n | 10 pytz==2011n |
31 # 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 |
32 # site-packages | 31 # site-packages |
33 # PIL | 32 # PIL |
34 # xapian | 33 # xapian |
35 # | 34 # |
35 ## The following requirements were added by pip --freeze: |