Skip to content

Commit

Permalink
fix OWSLib deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 20, 2024
1 parent 0dd1e2e commit 46f0b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wis2-gdc-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update -y && \
# install dependencies
apt-get install -y ${DEBIAN_PACKAGES} && \
pip3 install -U https://github.com/wmo-im/pywis-pubsub/archive/main.zip && \
pip3 install --no-cache-dir -r /app/requirements.txt elasticsearch && \
pip3 install --no-cache-dir -r /app/requirements-backend.txt && \
# install wis2-gdc
cd /app && \
pip3 install -e . && \
Expand Down
2 changes: 1 addition & 1 deletion wis2-gdc-management/wis2_gdc/backend/ogcapi_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import logging
import json

from owslib.ogcapi import Records
from owslib.ogcapi.records import Records

from wis2_gdc import env
from wis2_gdc.backend.base import BaseBackend
Expand Down

0 comments on commit 46f0b7d

Please sign in to comment.