# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1350483191 14400 # Node ID 345936c0fed71a659cc221b8c5476979b2f59ee2 # Parent fba603bfcff834a813296ea9aff645229a58cde6 remove distribute from pip-requirements This was causing trouble because pip would attempt to install a replacement distribute and thus break its own installation. diff -r fba603bfcff8 -r 345936c0fed7 pip-requirements --- a/pip-requirements Mon Oct 15 02:43:30 2012 -0400 +++ b/pip-requirements Wed Oct 17 10:13:11 2012 -0400 @@ -1,7 +1,6 @@ Django==1.3 Pygments==1.5 argparse==1.2.1 -distribute==0.6.24 django-openid-auth==0.4 django-registration==0.8 wsgiref==0.1.2