diff options
author | Madhusudan.C.S | 2010-12-09 19:08:12 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-12-09 19:08:12 +0530 |
commit | 4116f4fbd97f29da90482f2a008fad227bbdb6e8 (patch) | |
tree | 4970125262ed0037b8b3a752d5a76fa0ead4a40c /development.cfg | |
parent | f2fb89848d262ceec98ef2fa9b66ff06c4848d28 (diff) | |
download | scipycon-4116f4fbd97f29da90482f2a008fad227bbdb6e8.tar.gz scipycon-4116f4fbd97f29da90482f2a008fad227bbdb6e8.tar.bz2 scipycon-4116f4fbd97f29da90482f2a008fad227bbdb6e8.zip |
Make downloadable CSV for stats page.
--HG--
extra : rebase_source : 8f9d21245ede2f73a693ba91bc72b5f698927b07
Diffstat (limited to 'development.cfg')
-rw-r--r-- | development.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development.cfg b/development.cfg index 25c67ba..f2e88bf 100644 --- a/development.cfg +++ b/development.cfg @@ -5,4 +5,6 @@ eggs += pysqlite [django] settings = development -eggs = ${buildout:eggs} +eggs = + ${buildout:eggs} + ${reportlab:eggs} |