Skip to content

Commit

Permalink
Add pyyaml to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsouter committed Oct 24, 2023
1 parent 497ea1b commit 42220d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
"bluesky @ git+https://github.com/bluesky/bluesky.git",
"event-model",
"p4p==4.1.11a2",
"pyyaml"
] # Add project dependencies here, e.g. ["click", "numpy"]

dynamic = ["version"]
Expand Down Expand Up @@ -69,6 +70,7 @@ dev = [
"sphinx-design",
"tox-direct",
"types-mock",
"types-pyyaml",
]

[project.scripts]
Expand Down

0 comments on commit 42220d6

Please sign in to comment.