Skip to content

Commit 19e97a9

Browse files
committed
add CR suggestions
1 parent e1f1edf commit 19e97a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@ requires-python = ">=3.11"
2626

2727
[project.optional-dependencies]
2828
demo = ["tickit~=0.4.3"]
29-
epics = ["p4p", "pvi~=0.11.0", "pydantic", "softioc>=4.5.0"]
29+
epicsca = ["pvi~=0.11.0", "softioc>=4.5.0"]
30+
epicspva = ["p4p", "pvi~=0.11.0"]
31+
epics = ["fastcs[epicsca]", "fastcs[epicspca]"]
3032
tango = ["pytango"]
3133
graphql = ["strawberry-graphql", "uvicorn[standard]>=0.12.0"]
32-
rest = ["fastapi[standard]", "numpy", "pydantic", "uvicorn[standard]>=0.12.0"]
34+
rest = ["fastapi[standard]", "numpy", "uvicorn[standard]>=0.12.0"]
3335
all = ["fastcs[epics]", "fastcs[tango]", "fastcs[graphql]", "fastcs[rest]"]
3436
dev = [
3537
"copier",
3638
"fastcs[all]",
39+
"fastcs[demo]",
3740
"myst-parser",
3841
"pipdeptree",
3942
"pre-commit",
@@ -56,7 +59,6 @@ dev = [
5659
"aioca",
5760
"p4p",
5861
"httpx",
59-
"tickit~=0.4.3",
6062
]
6163

6264
[project.scripts]

0 commit comments

Comments
 (0)