diff --git a/buildout.cfg b/buildout.cfg
index ea8f77908d5852a105c5efa897b1435d72187900..026c9c5b43130b84cad35f1baf92784666c3bd78 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -20,7 +20,9 @@ develop = src/bob.extension
           src/bob.sp
           src/bob.learn.em
           src/bob.measure
+          src/bob.db.base
           src/bob.db.verification.utils
+          src/bob.db.verification.filelist
           src/bob.db.atnt
           src/bob.io.image
           .
@@ -41,7 +43,9 @@ bob.sp = git https://github.com/bioidiap/bob.sp
 bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
 bob.learn.em = git https://github.com/bioidiap/bob.learn.em
 bob.measure = git https://github.com/bioidiap/bob.measure
+bob.db.base = git https://github.com/bioidiap/bob.db.base
 bob.db.verification.utils = git https://github.com/bioidiap/bob.db.verification.utils
+bob.db.verification.filelist = git https://github.com/bioidiap/bob.db.verification.filelist
 bob.db.atnt = git https://github.com/bioidiap/bob.db.atnt
 bob.io.image = git https://github.com/bioidiap/bob.io.image
 
diff --git a/requirements.txt b/requirements.txt
index 754f8e275ac6ab69cc7625511625710093fd2bb4..a9e9258f01f2a42d3fc51909951bcb9304bb6719 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,9 @@ bob.learn.linear
 bob.sp
 bob.learn.em
 bob.measure
+bob.db.base
 bob.db.verification.utils
+bob.db.verification.filelist
 bob.db.atnt  # for test purposes
 bob.io.image # for test purposes
 matplotlib   # for plotting