diff options
-rw-r--r-- | buildout.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg index 30169b2..2dc4b2c 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -2,7 +2,7 @@ parts = django tagging django-robots south registration eggs = PIL - + psycopg2 [django] recipe = djangorecipe |