Skip to content

Commit 83dab12

Browse files
committed
Add packaging deps
1 parent 87f6b92 commit 83dab12

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
@@ -23,7 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
]
2525
dependencies = [
26-
"jupyter_server>=1.21,<3"
26+
"jupyter_server>=1.21,<3",
27+
"packaging",
2728
]
2829
dynamic = ["version", "description", "authors", "urls", "keywords"]
2930

0 commit comments

Comments
 (0)