add omelette
authorraph
Thu, 15 Jul 2010 16:56:00 +0200
changeset 286 b8672f57ba3c
parent 285 1070d52adc11
child 295 7c40b98f627f
add omelette
buildout.cfg
--- a/buildout.cfg	Thu Jul 15 16:55:31 2010 +0200
+++ b/buildout.cfg	Thu Jul 15 16:56:00 2010 +0200
@@ -4,6 +4,9 @@
 	django
 	python
 	django-extensions
+	omelette
+# unzip packages so that omelette can deal with them
+unzip = true
 develop = .
 
 [python]
@@ -26,8 +29,10 @@
 eggs = 
 	django-flash
 	django-tagging
+	django-piston
+# api dependency
 #	django-css	
-	chardet
+#	chardet
 	feedparser
 	PIL
 	BeautifulSoup
@@ -43,4 +48,8 @@
 [django-extensions]
 recipe=zerokspot.recipe.git
 repository=git://github.com/django-extensions/django-extensions.git
-#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c
\ No newline at end of file
+#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c
+
+[omelette]
+recipe = collective.recipe.omelette
+eggs = ${django:eggs}