# HG changeset patch # User Brian Neal # Date 1327639485 21600 # Node ID c094c43ec99f3e83b48e901df51004130fa1fd29 # Parent 1bd184f3e87bff5fbcf5cfce7ec36030d23cc2e5 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. diff -r 1bd184f3e87b -r c094c43ec99f requirements.txt --- 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: