Update Python dependencies

This commit is contained in:
Florian Stosse
2025-08-29 19:22:39 +02:00
parent 0f7ac9dcae
commit 71302f6900

View File

@@ -102,8 +102,10 @@ RUN wget https://github.com/stamen/terrain-classic/blob/master/fonts/unifont-Med
# Install python libraries
RUN pip3 install --break-system-packages \
requests \
osmium \
pyyaml
psycopg2 \
pyyaml \
colormath \
numpy
# Install carto for stylesheet
RUN npm install -g carto@1.2.0