Skip to content

Commit

Permalink
Also require waitress in bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
awlx authored Sep 18, 2023
1 parent ac4d2a9 commit 4aabc32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgkex/broker/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ py_binary(
deps=[
requirement("flask"),
requirement("flask-mqtt"),
requirement("waitress"),
"//wgkex/config:config",
],
)

0 comments on commit 4aabc32

Please sign in to comment.