Skip to content

Commit 50e073d

Browse files
committed
chore: Add comm dependency
1 parent 3a4b7cb commit 50e073d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dynamic = ["version"]
1313
readme = "README.md"
1414
requires-python = ">=3.7"
1515
dependencies = [
16+
"comm>=0.1.0",
1617
"importlib-metadata; python_version < '3.8'",
1718
"jupyterlab_widgets~=3.0.10",
1819
"psygnal>=0.8.1",
@@ -31,7 +32,6 @@ test = [
3132
"ipython<8.13; python_version < '3.9'",
3233
]
3334
dev = [
34-
"comm>=0.1.0",
3535
"watchfiles>=0.18.0",
3636
]
3737

0 commit comments

Comments
 (0)