Mercurial > public > sg101
changeset 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 | 7247a406f92b |
files | requirements.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/requirements.txt Thu Jan 26 20:56:03 2012 -0600 +++ b/requirements.txt Thu Jan 26 22:44:45 2012 -0600 @@ -2,8 +2,7 @@ -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev MySQL-python==1.2.3 django-debug-toolbar==0.8.5 -# django-elsewhere is from my fork; https://github.com/gremmie/django-elsewhere.git -django-elsewhere==1.0 +-e git+https://github.com/gremmie/django-elsewhere.git@af738d50efb143a86673a2edf258bb93706682c8#egg=django_elsewhere-dev django-haystack==1.2.6 django-tagging==0.3.1 gdata==2.0.15 @@ -33,3 +32,4 @@ # PIL # xapian # +## The following requirements were added by pip --freeze: