Skip to content
Snippets Groups Projects
Commit da5e055e authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-44: add missing dependencies

parent 6a002edb
No related branches found
No related tags found
2 merge requests!89Monitoring maintenance Epic branch merge,!1Resolve OSB-13 "Monitoringmaintenance "
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment