EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 2b0cab24 authored by Nikola Jankovic's avatar Nikola Jankovic :computer:
Browse files

moved pip install to requirements

parent 272893dd
No related branches found
No related tags found
1 merge request!7Configure http access
Pipeline #20620 passed
......@@ -66,7 +66,6 @@
if [[ "$ENABLE_HTTP_ACCESS" = true ]] ; then
echo "Installing and enabling http_access"
pip install http-access==0.0.1
echo "INSTALLED_APPS += ('http_access', )" >> pvs_instance/settings.py
echo "urlpatterns.append(re_path(r'^http/', include('http_access.urls')))" >> pvs_instance/urls.py
fi
......
......@@ -7,3 +7,4 @@ jsonschema<5.0
boto3<2.0
django-cors-headers<4.0
pystac<2.0
http-access==0.0.1
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