File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
infrastructure/aws/lambda Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY uv.lock .python-version pyproject.toml LICENSE README.md ./
99COPY titiler/ ./titiler/
1010
1111RUN dnf install -y gcc-c++
12- RUN uv export --locked --no-editable --no-dev --extra lambda --format requirements.txt -o requirements.txt && \
12+ RUN uv export --locked --no-editable --no-dev --extra lambda --extra telemetry -- format requirements.txt -o requirements.txt && \
1313 uv pip install --compile-bytecode --no-binary pydantic --target /asset -r requirements.txt
1414
1515# copy libexpat.so.1 into /asset which is included in LD_LIBRARY_PATH
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ lambda = [
5656 " botocore==1.34.145" ,
5757 " mangum==0.19.0" ,
5858]
59-
59+ telemetry = [
60+ " titiler.core[telemetry]>=0.23.1,<0.24" ,
61+ ]
6062[dependency-groups ]
6163dev = [
6264 " folium>=0.17.0" ,
You can’t perform that action at this time.
0 commit comments