# HG changeset patch # User raph # Date 1279205760 -7200 # Node ID b8672f57ba3cd4e876277a13c69621446b940052 # Parent 1070d52adc1175d6cf00c27f9edbd0e77b3da755 add omelette diff -r 1070d52adc11 -r b8672f57ba3c 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}