Skip to content

Commit f567619

Browse files
committed
add dependency on cell footer
1 parent 361dd72 commit f567619

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
@@ -24,7 +24,8 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"nbdime",
27-
"jupyter_server>=2.4.0,<3"
27+
"jupyter_server>=2.4.0,<3",
28+
"jupyterlab-cell-input-footer>=0.1.2"
2829
]
2930
dynamic = ["version", "description", "authors", "urls", "keywords"]
3031

0 commit comments

Comments
 (0)