blob: bdf98eb7220b8b63a272d860655e201bcf4064ac [file] [log] [blame]
[buildout]
develop = .
parts =
python
ipython
eggs =
watchdog
argh
pyyaml
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
[ipython]
recipe = zc.recipe.egg
eggs =
ipython
${buildout:eggs}
scripts = ipython