Skip to content

Commit

Permalink
Update pyproject.toml to new stomp name (#424)
Browse files Browse the repository at this point in the history
Stomp has changed it's name to `stomp-py` rather than `stomp.py`. This
fixes the change
  • Loading branch information
DominicOram committed Apr 19, 2024
1 parent d1bd4c2 commit 4d52871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"pyepics",
"aioca",
"pydantic<2.0",
"stomp.py",
"stomp-py",
"aiohttp",
"PyYAML",
"click<8.1.4",
Expand Down

0 comments on commit 4d52871

Please sign in to comment.