Skip to content
Snippets Groups Projects
Commit 31cc2138 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

Task LSMR-8: attempt to switch to Python 3

parent 75c3ee26
No related branches found
No related tags found
1 merge request!87Lsmr epic
......@@ -6,7 +6,7 @@ include(FindPython3Module)
find_python3_module(django REQUIRED)
find_python3_module(rest_framework REQUIRED) # pip install djangorestframework
find_python3_module(ldap REQUIRED)
find_python3_module(markdown REQUIRED)
# find_python3_module(markdown REQUIRED)
# find_python3_module(django_filters REQUIRED) # pip install django-filter # FIXME: raises exception on import
set(_py_files
......
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