Skip to content

Commit 04f6269

Browse files
committed
fix typo
1 parent e8555b4 commit 04f6269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requires-python = ">=3.11"
2929
demo = ["tickit~=0.4.3"]
3030
epicsca = ["pvi~=0.11.0", "softioc>=4.5.0"]
3131
epicspva = ["p4p", "pvi~=0.11.0"]
32-
epics = ["fastcs[epicsca]", "fastcs[epicspca]"]
32+
epics = ["fastcs[epicsca]", "fastcs[epicspva]"]
3333
tango = ["pytango"]
3434
graphql = ["strawberry-graphql", "uvicorn[standard]>=0.12.0"]
3535
rest = ["fastapi[standard]", "numpy", "uvicorn[standard]>=0.12.0"]

0 commit comments

Comments
 (0)