Skip to content

Commit 72bcd73

Browse files
committed
add in stdio-socket
1 parent 77daed5 commit 72bcd73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ FROM developer AS build
2323
# Requires buildkit 0.17.0
2424
COPY --chmod=o+wrX . /workspaces/fastcs-example
2525
WORKDIR /workspaces/fastcs-example
26-
RUN touch dev-requirements.txt && pip install debugpy -c dev-requirements.txt .[demo]
26+
RUN touch dev-requirements.txt && pip install stdio-socket debugpy \
27+
-c dev-requirements.txt .[demo]
2728

2829
# The debug stage allows for debugging and development #################################
2930
FROM build AS debug

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
]
1414
description = "An example simulation IOC for testing fastCS"
1515
dependencies = [
16-
"fastcs>=0.9.2-beta.1",
16+
"fastcs",
1717
] # Add project dependencies here, e.g. ["click", "numpy"]
1818
dynamic = ["version"]
1919
license.file = "LICENSE"

0 commit comments

Comments
 (0)