# HG changeset patch # User Madhusudan.C.S # Date 1295733110 -19800 # Node ID a552aeb7cb4eaa5bdb071653931baed2c481afb9 # Parent 5a90ac22843d08f3a95f0176911bcc82fd1a8672 Add support for Pygments. diff -r 5a90ac22843d -r a552aeb7cb4e buildout.cfg --- a/buildout.cfg Sun Jan 23 03:21:42 2011 +0530 +++ b/buildout.cfg Sun Jan 23 03:21:50 2011 +0530 @@ -9,6 +9,7 @@ eggs = PIL psycopg2 + pygments Werkzeug [django] @@ -43,4 +44,4 @@ [django-command-extensions] recipe = zerokspot.recipe.git -repository = http://github.com/django-extensions/django-extensions.git \ No newline at end of file +repository = http://github.com/django-extensions/django-extensions.git