Skip to content

Commit 8107f58

Browse files
committed
add pylgbst dependency
1 parent 5e27c76 commit 8107f58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"jupyterlab-blockly>=0.3.2,<0.4"
26+
"jupyterlab-blockly>=0.3.2,<0.4",
27+
"bleak>=0.22.2,<1",
28+
"pylgbst>=1.3.0,<2"
2729
]
2830
dynamic = ["version", "description", "authors", "urls", "keywords"]
2931

0 commit comments

Comments
 (0)