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 # Install python libraries
RUN pip3 install --break-system-packages \ RUN pip3 install --break-system-packages \
requests \ requests \
osmium \ psycopg2 \
pyyaml pyyaml \
colormath \
numpy
# Install carto for stylesheet # Install carto for stylesheet
RUN npm install -g carto@1.2.0 RUN npm install -g carto@1.2.0