Skip to content

Commit 18a70e0

Browse files
committed
added dependency
1 parent edc5359 commit 18a70e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

services/dask-sidecar/requirements/_base.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ fsspec[http, s3] # sub types needed as we acces http and s3 here
2626
lz4 # for compression
2727
pydantic[email,dotenv]
2828
prometheus_client
29+
repro-zipfile

services/dask-sidecar/requirements/_base.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ referencing==0.29.3
325325
# jsonschema
326326
# jsonschema-specifications
327327
repro-zipfile==0.3.1
328-
# via -r requirements/../../../packages/service-library/requirements/_base.in
328+
# via
329+
# -r requirements/../../../packages/service-library/requirements/_base.in
330+
# -r requirements/_base.in
329331
requests==2.32.3
330332
# via opentelemetry-exporter-otlp-proto-http
331333
rich==13.7.1

0 commit comments

Comments
 (0)