diff options
author | Madhusudan.C.S | 2010-12-02 19:09:32 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-12-02 19:09:32 +0530 |
commit | 7433d0d022bb32535d2bcc029beb2886ff39f621 (patch) | |
tree | 4c652cfc364201cd6409f2eb05f7deea8cb27809 | |
parent | 21aa76ff5cd50ddb2fbb8ec97e48bce742168970 (diff) | |
download | scipycon-7433d0d022bb32535d2bcc029beb2886ff39f621.tar.gz scipycon-7433d0d022bb32535d2bcc029beb2886ff39f621.tar.bz2 scipycon-7433d0d022bb32535d2bcc029beb2886ff39f621.zip |
Add reportlab eggs.
-rw-r--r-- | buildout.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg index 57fd230..98682e6 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -15,6 +15,7 @@ pythonpath = ${tagging:location} ${django-robots:location} ${south:location} + ${reportlab:eggs} [tagging] recipe = infrae.subversion |