ignore web folder + add pexpect to python dependencies
authorymh <ymh.work@gmail.com>
Thu, 06 Mar 2014 21:49:28 +0000
changeset 591 2274e86e1d72
parent 590 e103299bccc0
child 592 cd268815de68
ignore web folder + add pexpect to python dependencies
.hgignore
buildout.cfg
--- 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/
--- 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