Skip to content
Snippets Groups Projects
Commit 60b19ae0 authored by Pavel KORSHUNOV's avatar Pavel KORSHUNOV
Browse files

add extension to develop.cfg [skip ci]

parent 47bc1e2d
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -17,6 +17,7 @@ eggs = bob.pad.voice ...@@ -17,6 +17,7 @@ eggs = bob.pad.voice
bob.db.asvspoof bob.db.asvspoof
bob.db.avspoof bob.db.avspoof
bob.db.voicepa bob.db.voicepa
bob.extension
gridtk gridtk
extensions = bob.buildout extensions = bob.buildout
...@@ -32,6 +33,7 @@ develop = src/bob.bio.spear ...@@ -32,6 +33,7 @@ develop = src/bob.bio.spear
src/bob.bio.base src/bob.bio.base
src/bob.db.base src/bob.db.base
src/bob.ap src/bob.ap
src/bob.extension
. .
; options for bob.buildout ; options for bob.buildout
...@@ -49,6 +51,7 @@ bob.bio.base = git git@gitlab.idiap.ch:bob/bob.bio.base.git ...@@ -49,6 +51,7 @@ bob.bio.base = git git@gitlab.idiap.ch:bob/bob.bio.base.git
bob.pad.base = git git@gitlab.idiap.ch:bob/bob.pad.base.git bob.pad.base = git git@gitlab.idiap.ch:bob/bob.pad.base.git
bob.ap = git git@gitlab.idiap.ch:bob/bob.ap.git bob.ap = git git@gitlab.idiap.ch:bob/bob.ap.git
bob.db.voicepa = git git@gitlab.idiap.ch:bob/bob.db.voicepa.git bob.db.voicepa = git git@gitlab.idiap.ch:bob/bob.db.voicepa.git
bob.extension = git git@gitlab.idiap.ch:bob/bob.extension.git
[scripts] [scripts]
recipe = bob.buildout:scripts recipe = bob.buildout:scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment