Skip to main content

apps dependent

[buildout]
parts = init
develop = apps

[init]
recipe = zc.recipe.egg
eggs =
    argparse
    MySQL-python
    django==1.3
    apps

dependent-scripts = true
interpreter = py