mirror of
https://github.com/kennethreitz-archive/django-piston-xauth.git
synced 2026-06-21 16:00:58 +00:00
25 lines
397 B
INI
25 lines
397 B
INI
[buildout]
|
|
parts = django-1.1 django-1.0
|
|
develop = ..
|
|
eggs =
|
|
django-piston
|
|
pyyaml
|
|
|
|
[django-1.1]
|
|
recipe = djangorecipe
|
|
version = 1.1
|
|
project = test_project
|
|
settings = settings
|
|
test = testapp
|
|
eggs = ${buildout:eggs}
|
|
testrunner = test-1.1
|
|
|
|
[django-1.0]
|
|
recipe = djangorecipe
|
|
version = 1.0.2
|
|
project = test_project
|
|
settings = settings
|
|
test = testapp
|
|
eggs = ${buildout:eggs}
|
|
testrunner = test-1.0
|