We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8555b4 commit 04f6269Copy full SHA for 04f6269
pyproject.toml
@@ -29,7 +29,7 @@ requires-python = ">=3.11"
29
demo = ["tickit~=0.4.3"]
30
epicsca = ["pvi~=0.11.0", "softioc>=4.5.0"]
31
epicspva = ["p4p", "pvi~=0.11.0"]
32
-epics = ["fastcs[epicsca]", "fastcs[epicspca]"]
+epics = ["fastcs[epicsca]", "fastcs[epicspva]"]
33
tango = ["pytango"]
34
graphql = ["strawberry-graphql", "uvicorn[standard]>=0.12.0"]
35
rest = ["fastapi[standard]", "numpy", "uvicorn[standard]>=0.12.0"]
0 commit comments