-
Notifications
You must be signed in to change notification settings - Fork 7
/
buildout.cfg
35 lines (27 loc) · 947 Bytes
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
; vim: set fileencoding=utf-8 :
; Gradiant's Biometrics Team <[email protected]>
; Copyright (C) 2019+ Gradiant, Vigo, Spain
[buildout]
parts = scripts
develop = .
eggs = bob.paper.icb2019.gradgpad
bob.gradiant.pipelines
bob.gradiant.core
bob.gradiant.face.databases
bob.gradiant.pad.evaluator
py-cpuinfo
extensions = bob.buildout
mr.developer
auto-checkout = *
develop = .
debug = true
newest = false
verbose = true
[sources]
bob.gradiant.pipelines = git https://github.com/Gradiant/bob.gradiant.pipelines.git rev=v1.1.0
bob.gradiant.core = git https://github.com/Gradiant/bob.gradiant.core.git rev=v1.2.0
bob.gradiant.face.databases = git https://github.com/Gradiant/bob.gradiant.face.databases.git rev=v2.0.1
bob.gradiant.pad.evaluator = git https://github.com/Gradiant/bob.gradiant.pad.evaluator.git rev=v1.2.0
[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true