buildout.cfg
changeset 585 9e403b05797b
parent 584 9be5aaedfe6a
child 586 59cddf254ebd
--- a/buildout.cfg	Wed Jan 22 16:56:18 2014 +0100
+++ b/buildout.cfg	Tue Feb 18 17:31:35 2014 +0000
@@ -5,9 +5,7 @@
 	django
 	python
 	django-extensions
-#	django-piston
-    magic
-    utidylib
+	utidylib
 	omelette
 unzip = true
 develop = .
@@ -20,7 +18,6 @@
 recipe = zc.recipe.egg
 interpreter = python
 eggs = ${django:eggs}
-extra-paths = ${magic:location}
 
 [django]
 recipe = djangorecipe
@@ -34,7 +31,6 @@
 	src/cm
 	extras
 	${django-extensions:location}
- 	${magic:location}
 eggs = 
 	django-flash
 	django-tagging
@@ -43,7 +39,7 @@
 #	django-css	
 	chardet
 	feedparser
-	PIL
+	Pillow
 	BeautifulSoup
 	html5lib
 	pytz
@@ -52,6 +48,7 @@
 	south
 	psycopg2
 	utidylib
+        cssutils
 
 [django-extensions]
 recipe=zerokspot.recipe.git
@@ -59,11 +56,6 @@
 #rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c
 
 
-[magic]
-recipe=hexagonit.recipe.download
-url=http://www.jsnp.net/code/magic.py
-download-only=true
-
 [utidylib]
 recipe = zc.recipe.egg
 eggs = uTidylib
@@ -72,3 +64,4 @@
 [omelette]
 recipe = collective.recipe.omelette
 eggs = ${django:eggs}
+