mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-24 23:23:43 +00:00
Updated buildout config
This commit is contained in:
parent
cd89499c43
commit
da3906f813
1 changed files with 2 additions and 2 deletions
|
|
@ -16,14 +16,14 @@ eggs = ${buildout:eggs}
|
|||
|
||||
[django]
|
||||
recipe = djangorecipe
|
||||
version = 1.0.2
|
||||
version = 1.0.4
|
||||
projectegg = example
|
||||
settings = development
|
||||
eggs = ${buildout:eggs}
|
||||
|
||||
[django-trunk]
|
||||
recipe = djangorecipe
|
||||
version = 1.1
|
||||
version = 1.1.1
|
||||
projectegg = example
|
||||
settings = development
|
||||
eggs = ${buildout:eggs}
|
||||
|
|
|
|||
Loading…
Reference in a new issue