Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
225fa80c
Commit
225fa80c
authored
Jun 05, 2017
by
Manuel Günther
Committed by
Amir MOHAMMADI
Feb 22, 2018
Browse files
Added missing indirect dependencies
parent
8dae3fb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
develop.cfg
View file @
225fa80c
...
@@ -12,20 +12,38 @@ eggs = bob.pad.base
...
@@ -12,20 +12,38 @@ eggs = bob.pad.base
extensions = bob.buildout
extensions = bob.buildout
mr.developer
mr.developer
auto-checkout = *
auto-checkout = *
develop = src/bob.db.base
develop = src/bob.extension
src/bob.blitz
src/bob.core
src/bob.io.base
src/bob.sp
src/bob.math
src/bob.measure
src/bob.db.base
src/bob.learn.activation
src/bob.learn.linear
src/bob.learn.em
src/bob.bio.base
src/bob.bio.base
src/bob.extension
.
.
; options for bob.buildout
; options for bob.buildout
debug = true
debug = true
verbose = true
verbose = true
newest = false
newest = false
[sources]
[sources]
bob.extension = git git@gitlab.idiap.ch:bob/bob.extension
bob.db.base = git git@gitlab.idiap.ch:bob/bob.db.base.git
bob.bio.base = git git@gitlab.idiap.ch:bob/bob.bio.base.git
bob.bio.base = git git@gitlab.idiap.ch:bob/bob.bio.base.git
bob.blitz = git git@gitlab.idiap.ch:bob/bob.blitz
bob.core = git git@gitlab.idiap.ch:bob/bob.core
bob.db.base = git git@gitlab.idiap.ch:bob/bob.db.base.git
bob.extension = git git@gitlab.idiap.ch:bob/bob.extension
bob.io.base = git git@gitlab.idiap.ch:bob/bob.io.base
bob.learn.activation = git git@gitlab.idiap.ch:bob/bob.learn.activation
bob.learn.em = git git@gitlab.idiap.ch:bob/bob.learn.em
bob.learn.linear = git git@gitlab.idiap.ch:bob/bob.learn.linear
bob.math = git git@gitlab.idiap.ch:bob/bob.math
bob.measure = git git@gitlab.idiap.ch:bob/bob.measure
bob.sp = git git@gitlab.idiap.ch:bob/bob.sp
[scripts]
[scripts]
recipe = bob.buildout:scripts
recipe = bob.buildout:scripts
...
...
requirements.txt
View file @
225fa80c
setuptools
setuptools
bob.blitz
bob.core
bob.extension
bob.extension
bob.db.base
bob.io.base
bob.io.base
bob.bio.base
bob.bio.base
bob.bio.video
bob.bio.video
bob.learn.libsvm
bob.learn.libsvm
bob.learn.linear
bob.learn.linear
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment