Skip to content

Commit c4cdcb8

Browse files
authored
remove unicodecsv dependency (#394)
1 parent 29e983a commit c4cdcb8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN apt-get update && \
4242
apt-get install -y software-properties-common && \
4343
add-apt-repository ppa:gcpp-kalxas/wmo-staging && \
4444
add-apt-repository ppa:ubuntugis/ppa && apt update
45-
RUN apt-get install -y python3 python3-setuptools python3-pip git curl unzip python3-click python3-fiona python3-gdal python3-lxml python3-parse python3-pyproj python3-rasterio python3-requests python3-slugify python3-sqlalchemy python3-unicodecsv python3-xarray python3-yaml
45+
RUN apt-get install -y python3 python3-setuptools python3-pip git curl unzip python3-click python3-fiona python3-gdal python3-lxml python3-parse python3-pyproj python3-rasterio python3-requests python3-slugify python3-sqlalchemy python3-xarray python3-yaml
4646

4747
# install pygeoapi
4848
RUN git clone $PYGEOAPI_GITREPO -b 0.19.0 && \

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Vcs-Git: https://github.com/ECCC-MSC/msc-pygeoapi.git
99

1010
Package: msc-pygeoapi
1111
Architecture: all
12-
Depends: elasticsearch (>=8), elasticsearch (<<9), python3, python3-click, python3-fiona, python3-gdal, python3-lxml, python3-parse, python3-pygeoapi, python3-pygeometa, python3-pyproj (>=3.2), python3-rasterio, python3-requests, python3-slugify, python3-sqlalchemy, python3-unicodecsv, python3-xarray, python3-yaml
12+
Depends: elasticsearch (>=8), elasticsearch (<<9), python3, python3-click, python3-fiona, python3-gdal, python3-lxml, python3-parse, python3-pygeoapi, python3-pygeometa, python3-pyproj (>=3.2), python3-rasterio, python3-requests, python3-slugify, python3-sqlalchemy, python3-xarray, python3-yaml
1313
Suggests: python3-elasticsearch
1414
Homepage: https://github.com/ECCC-MSC/msc-pygeoapi
1515
Description: MSC GeoMet pygeoapi server configuration and utilities

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ pyyaml
1515
rasterio<1.4
1616
requests
1717
sqlalchemy
18-
unicodecsv
1918
xarray

0 commit comments

Comments
 (0)