diff --git a/LCU/Maintenance/DBInterface/CMakeLists.txt b/LCU/Maintenance/DBInterface/CMakeLists.txt
index 996a180509068adda96bb7f1a17f1516ec75e507..64e35b8fb80d746185de6670eb5d9075f973e9d0 100644
--- a/LCU/Maintenance/DBInterface/CMakeLists.txt
+++ b/LCU/Maintenance/DBInterface/CMakeLists.txt
@@ -8,11 +8,12 @@ lofar_package(DBInterface 1.0 DEPENDS PyCommon)
 include(PythonInstall)
 
 include(FindPythonModule)
-find_python_module(django REQUIRED)
+find_python_module(django REQUIRED VERSION 2)
 find_python_module(psycopg2 REQUIRED)
 find_python_module(rest_framework REQUIRED)          #sudo pip install djangorestframework
 find_python_module(requests REQUIRED)
 find_python_module(celery REQUIRED VERSION 4)
+find_python_module(coreapi)
 find_python_module(django_filters REQUIRED)