Skip to content

Commit

Permalink
Updated pyproject.toml so that pytango can be installed with pip inst…
Browse files Browse the repository at this point in the history
…all ophyd-async[tango]
  • Loading branch information
burkeds committed Sep 5, 2024
1 parent fa2256c commit 063bf7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ requires-python = ">=3.10"
ca = ["aioca>=1.6"]
pva = ["p4p"]
sim = ["h5py"]
tango = ["pytango>=10.0.0rc1"]
dev = [
"ophyd_async[pva]",
"ophyd_async[sim]",
"ophyd_async[ca]",
"ophyd_async[tango]",
"black",
"flake8",
"flake8-isort",
Expand All @@ -54,7 +56,6 @@ dev = [
"pydata-sphinx-theme>=0.12",
"pyepics>=3.4.2",
"pyside6==6.7.0",
"pytango>=10.0.0rc1",
"pytest",
"pytest-asyncio",
"pytest-cov",
Expand Down

0 comments on commit 063bf7a

Please sign in to comment.