# HG changeset patch # User ymh # Date 1394142568 0 # Node ID 2274e86e1d729a906972df0a16f8c5a4503780e6 # Parent e103299bccc0896a9bb394d934bdeb3b5a17b297 ignore web folder + add pexpect to python dependencies diff -r e103299bccc0 -r 2274e86e1d72 .hgignore --- a/.hgignore Tue Mar 04 13:28:35 2014 +0100 +++ b/.hgignore Thu Mar 06 21:49:28 2014 +0000 @@ -17,3 +17,4 @@ urls_local.py dev/.vagrant dev/custom.yaml +web/ diff -r e103299bccc0 -r 2274e86e1d72 buildout.cfg --- a/buildout.cfg Tue Mar 04 13:28:35 2014 +0100 +++ b/buildout.cfg Thu Mar 06 21:49:28 2014 +0000 @@ -51,6 +51,7 @@ psycopg2 utidylib cssutils + pexpect [django-extensions] recipe=zerokspot.recipe.git