From f8fee97ab4c75c4e67dc29dc036c9607dd1a8eb6 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Tue, 16 Jul 2019 12:41:04 +0200
Subject: [PATCH] Depend on Cambro app for room information.

---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index b096cf9a..d08b9897 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,8 @@ setup(
     ],
     include_package_data=True,
     install_requires=[
-        'BiscuIT-ng'
+        'BiscuIT-ng',
+        'BiscuIT-App-Cambro'
     ],
     classifiers=[
         "Development Status :: 3 - Alpha",
-- 
GitLab