Skip to content

Commit 48543af

Browse files
authored
add websockets as explicit dependency (#28)
1 parent cab3bda commit 48543af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ authors = [
1616
license = {file = "LICENSE"}
1717
requires-python = ">=3.10"
1818
dependencies = [
19+
"bokeh>=2.3.3",
1920
"fastapi>=0.68.0",
2021
"starlette",
21-
"bokeh>=2.3.3",
22+
"websockets>=10.4",
2223
]
2324
dynamic = ["version"]
2425

0 commit comments

Comments
 (0)