From 8f4dc2544f26608f5c9d03118fa94c3596957506 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Fri, 30 Sep 2016 23:18:51 +0200
Subject: [PATCH] Solving warnings issue #36

---
 requirements.txt      | 6 ++++++
 test-requirements.txt | 5 -----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 5f863c46..7d6de05c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,5 +9,11 @@ bob.learn.linear
 bob.math
 bob.measure
 bob.sp
+bob.bio.face # To build the documentation
+bob.bio.gmm
+bob.bio.spear
+bob.bio.video
+bob.db.youtube
+gridtk
 scipy
 setuptools
diff --git a/test-requirements.txt b/test-requirements.txt
index 179b931c..89e63d6a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,9 +1,4 @@
 bob.db.atnt
 bob.io.image
-bob.bio.face
-bob.bio.gmm # For the docs
-bob.bio.spear
-bob.bio.video
-bob.db.youtube
 matplotlib
 gridtk
-- 
GitLab