mirror of
https://github.com/jazzband/django-authority.git
synced 2026-04-29 11:14:44 +00:00
29 lines
461 B
INI
29 lines
461 B
INI
[buildout]
|
|
parts =
|
|
python
|
|
django
|
|
django-trunk
|
|
develop = .
|
|
eggs =
|
|
django-authority
|
|
django-extensions
|
|
django-debug-toolbar
|
|
|
|
[python]
|
|
recipe = zc.recipe.egg
|
|
interpreter = python
|
|
eggs = ${buildout:eggs}
|
|
|
|
[django]
|
|
recipe = djangorecipe
|
|
version = 1.0.2
|
|
projectegg = example
|
|
settings = development
|
|
eggs = ${buildout:eggs}
|
|
|
|
[django-trunk]
|
|
recipe = djangorecipe
|
|
version = trunk
|
|
projectegg = example
|
|
settings = development
|
|
eggs = ${buildout:eggs}
|